Home
last modified time | relevance | path

Searched refs:texture (Results 1 – 25 of 59) sorted by relevance

123

/expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DSkiaMetalRenderer.mm18 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 DSkiaMetalRenderer.mm18 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 DBasicTextureScreen.tsx5 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 DGLCameraScreen.tsx26 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 DGLViewOnBusyThread.tsx27 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 DGLHeadlessRenderingScreen.tsx34 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 DGLView.js122 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 DDawnTypes.h25 DawnTextureInfo(const wgpu::Texture& texture);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h25 DawnTextureInfo(const wgpu::Texture& texture);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h25 DawnTextureInfo(const wgpu::Texture& texture);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h25 DawnTextureInfo(const wgpu::Texture& texture);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h25 DawnTextureInfo(const wgpu::Texture& texture);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h25 DawnTextureInfo(const wgpu::Texture& texture);
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DGrDirectContext.h633 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 DGrDirectContext.h647 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 DBackendTexture.h50 BackendTexture(WGPUTexture texture);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DBackendTexture.h50 BackendTexture(WGPUTexture texture);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DBackendTexture.h50 BackendTexture(WGPUTexture texture);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DBackendTexture.h50 BackendTexture(WGPUTexture texture);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DBackendTexture.h50 BackendTexture(WGPUTexture texture);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DBackendTexture.h50 BackendTexture(WGPUTexture texture);
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DGrYUVABackendTextures.h99 GrBackendTexture texture(int i) const { in texture() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DGrYUVABackendTextures.h99 GrBackendTexture texture(int i) const { in texture() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DGrYUVABackendTextures.h99 GrBackendTexture texture(int i) const { in texture() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DGrYUVABackendTextures.h99 GrBackendTexture texture(int i) const { in texture() function

123