Home
last modified time | relevance | path

Searched defs:textureId (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/engine/flutter/flow/ohos_layers/
Dtexture_layer.h22 TextureLayer(const SkPoint& offset, SkSize textureSize, int64_t textureId, uint8_t opacity) in TextureLayer()
Dlayer_tree_builder.cpp126 int64_t textureId, bool freeze, uint8_t opacity) in AddTexture()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/renderer/
DFlutterRenderer.java240 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/
DEGLProtectedContentTest.cpp155 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/
DFlutterJNI.java550 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/
Dgstqsgtexture.cc204 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/
DBackgroundRenderer.java55 private int textureId = -1; field in BackgroundRenderer
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h94 bool isTextureWithId(GLuint textureId) const in isTextureWithId()
DFramebuffer.cpp711 bool Framebuffer::detachTexture(const Context *context, TextureID textureId) in detachTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h92 bool isTextureWithId(TextureID textureId) const in isTextureWithId()
DFramebuffer.cpp914 bool Framebuffer::detachTexture(const Context *context, TextureID textureId) in detachTexture()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DMaxTextureSizeTest.cpp220 GLuint textureId = 0; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMaxTextureSizeTest.cpp218 GLuint textureId = 0; in TEST_P() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp466 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/
DglcLayoutLocationTests.cpp80 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/
DIOSurfaceSurfaceCGL.cpp270 GLuint textureId, in IOSurfaceFramebuffer()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureStateQueryTests.cpp212 GLuint textureId = 0; in test() local
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc69 void SurfaceTextureAttachToGLContext(JNIEnv* env, jobject obj, jint textureId) { in SurfaceTextureAttachToGLContext()
Dplatform_view_android_jni.cc121 void SurfaceTextureAttachToGLContext(JNIEnv* env, jobject obj, jint textureId) { in SurfaceTextureAttachToGLContext()
/third_party/flutter/engine/flutter/lib/ui/compositing/
Dscene_builder.cc253 int64_t textureId, in addTexture()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp428 GLuint textureId; in blitColorBufferWithShader() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp478 GLuint textureId; in blitColorBufferWithShader() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1353 void ShaderRenderCaseInstance::useSampler (deUint32 bindingLocation, deUint32 textureId) in useSampler()
/third_party/vk-gl-cts/modules/glshared/
DglsTextureStateQueryTests.cpp854 glw::GLuint textureId = 0; in iterate() local