/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | texture_layer.h | 22 TextureLayer(const SkPoint& offset, SkSize textureSize, int64_t textureId, uint8_t opacity) in TextureLayer()
|
D | layer_tree_builder.cpp | 126 int64_t textureId, bool freeze, uint8_t opacity) in AddTexture()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/renderer/ |
D | FlutterRenderer.java | 240 private void registerTexture(long textureId, @NonNull SurfaceTexture surfaceTexture) { in registerTexture() 245 private void markTextureFrameAvailable(long textureId) { in markTextureFrameAvailable() 250 private void unregisterTexture(long textureId) { in unregisterTexture()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLProtectedContentTest.cpp | 155 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture() 184 bool createTextureFromImage(EGLImage image, GLuint *textureId) in createTextureFromImage() 200 bool createTextureFromPbuffer(EGLSurface pBuffer, GLuint *textureId) in createTextureFromPbuffer() 218 bool fillTexture(GLuint textureId, GLColor color) in fillTexture() 232 bool renderTexture(GLuint textureId) in renderTexture()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/ |
D | FlutterJNI.java | 550 public void registerTexture(long textureId, @NonNull SurfaceTexture surfaceTexture) { in registerTexture() 556 …private native void nativeRegisterTexture(long nativePlatformViewId, long textureId, @NonNull Surf… in nativeRegisterTexture() 566 public void markTextureFrameAvailable(long textureId) { in markTextureFrameAvailable() 572 private native void nativeMarkTextureFrameAvailable(long nativePlatformViewId, long textureId); in nativeMarkTextureFrameAvailable() 578 public void unregisterTexture(long textureId) { in unregisterTexture() 584 private native void nativeUnregisterTexture(long nativePlatformViewId, long textureId); in nativeUnregisterTexture()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 204 GstQSGTexture::textureId () const in textureId() function in GstQSGTexture
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | BackgroundRenderer.java | 55 private int textureId = -1; field in BackgroundRenderer
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | FramebufferAttachment.h | 94 bool isTextureWithId(GLuint textureId) const in isTextureWithId()
|
D | Framebuffer.cpp | 711 bool Framebuffer::detachTexture(const Context *context, TextureID textureId) in detachTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | FramebufferAttachment.h | 92 bool isTextureWithId(TextureID textureId) const in isTextureWithId()
|
D | Framebuffer.cpp | 914 bool Framebuffer::detachTexture(const Context *context, TextureID textureId) in detachTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MaxTextureSizeTest.cpp | 220 GLuint textureId = 0; in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MaxTextureSizeTest.cpp | 218 GLuint textureId = 0; in TEST_P() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 466 glw::GLuint textureId, tcu::IVec2 textureSize, in getDataFromTexture() 485 …xtureFilterMinmaxUtils::calcPixelSumValue(const glu::RenderContext& context, glw::GLuint textureId, in calcPixelSumValue()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcLayoutLocationTests.cpp | 80 deUint32 textureId; // id of created texture member 178 deUint32 textureId; in createTextureBuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | IOSurfaceSurfaceCGL.cpp | 270 GLuint textureId, in IOSurfaceFramebuffer()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureStateQueryTests.cpp | 212 GLuint textureId = 0; in test() local
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | ace_platform_view_android.cc | 69 void SurfaceTextureAttachToGLContext(JNIEnv* env, jobject obj, jint textureId) { in SurfaceTextureAttachToGLContext()
|
D | platform_view_android_jni.cc | 121 void SurfaceTextureAttachToGLContext(JNIEnv* env, jobject obj, jint textureId) { in SurfaceTextureAttachToGLContext()
|
/third_party/flutter/engine/flutter/lib/ui/compositing/ |
D | scene_builder.cc | 253 int64_t textureId, in addTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 428 GLuint textureId; in blitColorBufferWithShader() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 478 GLuint textureId; in blitColorBufferWithShader() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1353 void ShaderRenderCaseInstance::useSampler (deUint32 bindingLocation, deUint32 textureId) in useSampler()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 854 glw::GLuint textureId = 0; in iterate() local
|