/aosp_15_r20/frameworks/native/cmds/flatland/ |
H A D | Composers.cpp | 46 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 D | Main.cpp | 403 GLuint texName; in setUp() local
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | SurfaceTexture.java | 144 public SurfaceTexture(int texName) { in SurfaceTexture() 165 public SurfaceTexture(int texName, boolean singleBufferMode) { in SurfaceTexture() 361 public void attachToGLContext(int texName) { in attachToGLContext() 519 private native void nativeInit(boolean isDetached, int texName, in nativeInit() 531 private native int nativeAttachToGLContext(int texName); in nativeAttachToGLContext()
|
/aosp_15_r20/frameworks/av/cmds/screenrecord/ |
H A D | Program.cpp | 203 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()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texobj.c | 1729 GLuint texName, bool no_error, bool is_ext_dsa, in _mesa_lookup_or_create_texture() 1816 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, in bind_texture() 1829 _mesa_BindTexture_no_error(GLenum target, GLuint texName) in _mesa_BindTexture_no_error() 1838 _mesa_BindTexture(GLenum target, GLuint texName) in _mesa_BindTexture() 2065 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, in _mesa_PrioritizeTextures() 2110 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, in _mesa_AreTexturesResident()
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineTest.cpp | 84 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 D | RenderEngineThreadedTest.cpp | 54 uint32_t texName; in TEST_F() local 60 uint32_t texName; in TEST_F() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 612 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()
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/threaded/ |
H A D | RenderEngineThreaded.cpp | 178 void RenderEngineThreaded::bindExternalTextureImage(uint32_t texName, const Image& image) { in bindExternalTextureImage() 194 status_t RenderEngineThreaded::bindExternalTextureBuffer(uint32_t texName, in bindExternalTextureBuffer()
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | TextureRenderer.cpp | 30 TextureRenderer::TextureRenderer(GLuint texName, in TextureRenderer()
|
/aosp_15_r20/frameworks/base/native/android/ |
H A D | surface_texture.cpp | 26 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName) { in ASurfaceTexture_attachToGLContext()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsFboUtil.cpp | 657 void Framebuffer::setTexture(glw::GLuint texName, const Texture &texCfg) in setTexture() 956 const GLuint texName = glCreate(texCfg, m_gl); in glCreateTexture() local
|
H A D | glsLongStressCase.cpp | 1518 const string texName = textureNamePrefix + toString(texNdx); in iterate() local 1767 const string texName = textureNamePrefix + toString(texNdx); in iterate() local
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Program.java | 359 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
|
/aosp_15_r20/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | surface_texture.cpp | 155 int ASurfaceTexture_routeAttachToGLContext(ASurfaceTexture* st, uint32_t texName) { in ASurfaceTexture_routeAttachToGLContext()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_graphics_SurfaceTexture.cpp | 259 static void SurfaceTexture_init(JNIEnv* env, jobject thiz, jboolean isDetached, jint texName, in SurfaceTexture_init()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 946 glw::GLint texName = 0; in bind() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 827 ObjectLocalName texName = texState.texture != 0 ? in postLoadRestoreCtx() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-29/ |
D | framework.jar | com/android/server/usage/AppStandbyInternal.class
AppStandbyInternal.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar29 | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
D | framework.jar34 | META-INF/
META-INF/MANIFEST.MF
android/
android/media/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-34/ |
D | framework.jar | javax/microedition/khronos/opengles/GL11ExtensionPack.class
GL11ExtensionPack.java
package javax.microedition. ... |
/aosp_15_r20/prebuilts/sdk/17/public/ |
HD | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/16/public/ |
HD | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/20/public/ |
HD | android.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |