/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | TexturePoolTest.cpp | 73 std::deque<std::shared_ptr<TexturePool::AutoTexture>> textures; in TEST_F() local 92 std::vector<std::shared_ptr<TexturePool::AutoTexture>> textures; in TEST_F() local 137 std::deque<std::shared_ptr<TexturePool::AutoTexture>> textures; in TEST_F() local 155 std::deque<std::shared_ptr<TexturePool::AutoTexture>> textures; in TEST_F() local
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GLToolbox.java | 43 int[] textures = new int[] { texId }; in deleteTexture() local 57 int[] textures = new int[1]; in generateTexture() local
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
H A D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
|
H A D | GLES20IdImpl.java | 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
|
H A D | GLES20IdImpl.java | 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
|
H A D | GLES20IdImpl.java | 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
|
H A D | GLES11IdImpl.java | 47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
|
/aosp12/frameworks/rs/ |
H A D | rsProgram.h | 43 Allocation **textures; member
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 192 std::vector<GLuint> textures; in Process() local 218 std::vector<const GLTextureHandle*> textures(input.size()); in Process() local 419 bool ShaderProgram::BindInputTextures(const std::vector<GLuint>& textures, in BindInputTextures() 459 bool ShaderProgram::RenderFrame(const std::vector<GLuint>& textures, in RenderFrame()
|
/aosp12/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/ |
H A D | GLES20TriangleRenderer.java | 119 int[] textures = new int[1]; in onSurfaceCreated() local
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.h | 117 std::vector<GlTexture> textures; member
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | RefreshRateOverlay.cpp | 231 std::vector<std::shared_ptr<renderengine::ExternalTexture>> textures; in getOrCreateBuffers() local
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GLDepthTestActivity.java | 224 int[] textures = new int[1]; in onSurfaceCreated() local
|
H A D | GLTextureViewActivity.java | 254 int[] textures = new int[1]; in loadTexture() local
|
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
H A D | MyGLSurfaceView.java | 193 int[] textures = new int[1]; in onSurfaceCreated() local
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 207 int[] textures = new int[1]; in loadTexture() local
|
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/ |
H A D | GLES20CarEvsCameraPreviewRenderer.java | 251 int[] textures = new int[1]; in onSurfaceCreated() local
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | Cache.cpp | 412 auto textures = {srcTexture, externalTexture}; in primeShaderCache() local
|
/aosp12/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
H A D | GL2CameraEye.java | 288 int[] textures = new int[1]; in onSurfaceCreated() local
|
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 552 int[] textures = new int[1]; in onSurfaceCreated() local
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | Api2Camera.java | 235 int[] textures = new int[1]; in InitializeAllTheThings() local
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 398 int[] textures, in glDeleteTextures() 404 java.nio.IntBuffer textures in glDeleteTextures() 516 int[] textures, in glGenTextures() 522 java.nio.IntBuffer textures in glGenTextures()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 477 int[] textures, in glDeleteTextures() 485 java.nio.IntBuffer textures in glDeleteTextures() 641 int[] textures, in glGenTextures() 649 java.nio.IntBuffer textures in glGenTextures()
|