Home
last modified time | relevance | path

Searched defs:texName (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java118 public SurfaceTexture(int texName) { in SurfaceTexture()
139 public SurfaceTexture(int texName, boolean singleBufferMode) { in SurfaceTexture()
293 public void attachToGLContext(int texName) { in attachToGLContext()
413 private native void nativeInit(boolean isDetached, int texName, in nativeInit()
424 private native int nativeAttachToGLContext(int texName); in nativeAttachToGLContext()
/aosp12/frameworks/native/cmds/flatland/
H A DComposers.cpp46 bool blit(GLuint texName, const float* texMatrix, in blit()
52 bool modBlit(GLuint texName, const float* texMatrix, float* modColor, in modBlit()
149 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in opaque()
173 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in opaqueShrink()
205 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in blend()
244 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in blendShrink()
H A DMain.cpp401 GLuint texName; in setUp() local
/aosp12/frameworks/av/cmds/screenrecord/
H A DProgram.cpp203 status_t Program::blit(GLuint texName, const float* texMatrix, in blit()
229 status_t Program::drawTriangles(GLuint texName, const float* texMatrix, in drawTriangles()
243 status_t Program::beforeDraw(GLuint texName, const float* texMatrix, in beforeDraw()
/aosp12/frameworks/native/libs/gui/tests/
H A DTextureRenderer.cpp30 TextureRenderer::TextureRenderer(GLuint texName, in TextureRenderer()
/aosp12/frameworks/base/native/android/
H A Dsurface_texture.cpp26 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName) { in ASurfaceTexture_attachToGLContext()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineThreadedTest.cpp58 uint32_t texName; in TEST_F() local
64 uint32_t texName; in TEST_F() local
H A DRenderEngineTest.cpp218 for (uint32_t texName : mTexNames) { in ~RenderEngineTest() local
602 uint32_t texName; in fillColor() local
1081 uint32_t texName; in fillRedBufferTextureTransform() local
1130 uint32_t texName; in fillRedBufferWithPremultiplyAlpha() local
1169 uint32_t texName; in fillRedBufferWithoutPremultiplyAlpha() local
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineTest.cpp84 for (uint32_t texName : mTexNames) { in ~RenderEngineTest() local
414 uint32_t texName; in fillColor() local
808 uint32_t texName; in fillRedBufferTextureTransform() local
857 uint32_t texName; in fillRedBufferWithPremultiplyAlpha() local
896 uint32_t texName; in fillRedBufferWithoutPremultiplyAlpha() local
1252 uint32_t texName; in TEST_F() local
1454 uint32_t texName = layer.source.buffer.textureName; in TEST_F() local
H A DRenderEngineThreadedTest.cpp54 uint32_t texName; in TEST_F() local
60 uint32_t texName; in TEST_F() local
/aosp12/frameworks/av/media/libstagefright/renderfright/threaded/
H A DRenderEngineThreaded.cpp178 void RenderEngineThreaded::bindExternalTextureImage(uint32_t texName, const Image& image) { in bindExternalTextureImage()
194 status_t RenderEngineThreaded::bindExternalTextureBuffer(uint32_t texName, in bindExternalTextureBuffer()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp612 void GLESRenderEngine::bindExternalTextureImage(uint32_t texName, const Image& image) { in bindExternalTextureImage()
623 status_t GLESRenderEngine::bindExternalTextureBuffer(uint32_t texName, in bindExternalTextureBuffer()
1661 bool GLESRenderEngine::isTextureNameKnownForTesting(uint32_t texName) { in isTextureNameKnownForTesting()
1666 std::optional<uint64_t> GLESRenderEngine::getBufferIdForTextureNameForTesting(uint32_t texName) { in getBufferIdForTextureNameForTesting()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp673 void GLESRenderEngine::bindExternalTextureImage(uint32_t texName, const Image& image) { in bindExternalTextureImage()
684 void GLESRenderEngine::bindExternalTextureBuffer(uint32_t texName, const sp<GraphicBuffer>& buffer, in bindExternalTextureBuffer()
1755 bool GLESRenderEngine::isTextureNameKnownForTesting(uint32_t texName) { in isTextureNameKnownForTesting()
1760 std::optional<uint64_t> GLESRenderEngine::getBufferIdForTextureNameForTesting(uint32_t texName) { in getBufferIdForTextureNameForTesting()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgram.java359 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A Dsurface_texture.cpp155 int ASurfaceTexture_routeAttachToGLContext(ASurfaceTexture* st, uint32_t texName) { in ASurfaceTexture_routeAttachToGLContext()
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp254 jint texName, jboolean singleBufferMode, jobject weakThiz) in SurfaceTexture_init()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...