| /expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | SkiaMetalRenderer.mm | 18 id<MTLTexture> texture; field 26 // Create a Metal texture descriptor 34 texture = [device newTextureWithDescriptor:textureDescriptor]; 41 // Create a GrBackendTexture from the Metal texture 43 info.fTexture.retain((__bridge void *)ctx->texture);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | SkiaMetalRenderer.mm | 18 id<MTLTexture> texture; field 26 // Create a Metal texture descriptor 34 texture = [device newTextureWithDescriptor:textureDescriptor]; 41 // Create a GrBackendTexture from the Metal texture 43 info.fTexture.retain((__bridge void *)ctx->texture);
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | BasicTextureScreen.tsx | 5 export default GLWrap('Basic texture use', async (gl) => { 24 uniform sampler2D texture; 27 gl_FragColor = texture2D(texture, vec2(uv.x, uv.y)); 48 const texture = gl.createTexture(); 50 gl.bindTexture(gl.TEXTURE_2D, texture); 54 gl.uniform1i(gl.getUniformLocation(program, 'texture'), 0);
|
| H A D | GLCameraScreen.tsx | 26 fragColor = vec4(1.0 - texture(cameraTexture, uv).rgb, 1.0); 47 texture?: WebGLTexture; 66 // Create texture asynchronously 67 this.texture = await this.createCameraTexture(); 68 const cameraTexture = this.texture; 115 // Bind texture if created
|
| H A D | GLViewOnBusyThread.tsx | 27 uniform sampler2D texture; 30 gl_FragColor = texture2D(texture, vec2(uv.x, uv.y)); 51 const texture = gl.createTexture(); 53 gl.bindTexture(gl.TEXTURE_2D, texture); 57 gl.uniform1i(gl.getUniformLocation(program, 'texture'), 0);
|
| H A D | GLHeadlessRenderingScreen.tsx | 34 vec4 textureColor = texture(inputImageTexture, textureCoord); 88 // create output texture 104 // create input texture 109 // attach texture to framebuffer 112 // set texture parameters 118 // fill up input texture
|
| /expo/apps/test-suite/tests/ |
| H A D | GLView.js | 122 const texture = gl.createTexture(); 124 gl.bindTexture(gl.TEXTURE_2D, texture); 161 const texture = gl.createTexture(); 163 gl.bindTexture(gl.TEXTURE_2D, texture);
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/ |
| H A D | DawnTypes.h | 25 DawnTextureInfo(const wgpu::Texture& texture);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/ |
| H A D | DawnTypes.h | 25 DawnTextureInfo(const wgpu::Texture& texture);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/ |
| H A D | DawnTypes.h | 25 DawnTextureInfo(const wgpu::Texture& texture);
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/ |
| H A D | DawnTypes.h | 25 DawnTextureInfo(const wgpu::Texture& texture);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/ |
| H A D | DawnTypes.h | 25 DawnTextureInfo(const wgpu::Texture& texture);
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/ |
| H A D | DawnTypes.h | 25 DawnTextureInfo(const wgpu::Texture& texture);
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrDirectContext.h | 633 bool updateBackendTexture(const GrBackendTexture& texture, 638 return this->updateBackendTexture(texture, 647 bool updateBackendTexture(const GrBackendTexture& texture, in updateBackendTexture() argument 652 return this->updateBackendTexture(texture, in updateBackendTexture()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrDirectContext.h | 647 bool updateBackendTexture(const GrBackendTexture& texture, 652 return this->updateBackendTexture(texture, 661 bool updateBackendTexture(const GrBackendTexture& texture, in updateBackendTexture() argument 666 return this->updateBackendTexture(texture, in updateBackendTexture()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/ |
| H A D | BackendTexture.h | 50 BackendTexture(WGPUTexture texture);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/ |
| H A D | BackendTexture.h | 50 BackendTexture(WGPUTexture texture);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/ |
| H A D | BackendTexture.h | 50 BackendTexture(WGPUTexture texture);
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/ |
| H A D | BackendTexture.h | 50 BackendTexture(WGPUTexture texture);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/ |
| H A D | BackendTexture.h | 50 BackendTexture(WGPUTexture texture);
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/ |
| H A D | BackendTexture.h | 50 BackendTexture(WGPUTexture texture);
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrYUVABackendTextures.h | 99 GrBackendTexture texture(int i) const { in texture() function
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrYUVABackendTextures.h | 99 GrBackendTexture texture(int i) const { in texture() function
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrYUVABackendTextures.h | 99 GrBackendTexture texture(int i) const { in texture() function
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrYUVABackendTextures.h | 99 GrBackendTexture texture(int i) const { in texture() function
|