Home
last modified time | relevance | path

Searched defs:textures (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DTexturePoolTest.cpp73 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 DGLToolbox.java43 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 DGLId.java28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
H A DGLES20IdImpl.java25 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 DGLId.java28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
H A DGLES20IdImpl.java25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLId.java28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
H A DGLES20IdImpl.java25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
H A DGLES11IdImpl.java47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
/aosp12/frameworks/rs/
H A DrsProgram.h43 Allocation **textures; member
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp192 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 DGLES20TriangleRenderer.java119 int[] textures = new int[1]; in onSurfaceCreated() local
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h117 std::vector<GlTexture> textures; member
/aosp12/frameworks/native/services/surfaceflinger/
H A DRefreshRateOverlay.cpp231 std::vector<std::shared_ptr<renderengine::ExternalTexture>> textures; in getOrCreateBuffers() local
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java224 int[] textures = new int[1]; in onSurfaceCreated() local
H A DGLTextureViewActivity.java254 int[] textures = new int[1]; in loadTexture() local
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java193 int[] textures = new int[1]; in onSurfaceCreated() local
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java207 int[] textures = new int[1]; in loadTexture() local
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/
H A DGLES20CarEvsCameraPreviewRenderer.java251 int[] textures = new int[1]; in onSurfaceCreated() local
/aosp12/frameworks/native/libs/renderengine/skia/
H A DCache.cpp412 auto textures = {srcTexture, externalTexture}; in primeShaderCache() local
/aosp12/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java288 int[] textures = new int[1]; in onSurfaceCreated() local
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java552 int[] textures = new int[1]; in onSurfaceCreated() local
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DApi2Camera.java235 int[] textures = new int[1]; in InitializeAllTheThings() local
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java398 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 DGLES10.java477 int[] textures, in glDeleteTextures()
485 java.nio.IntBuffer textures in glDeleteTextures()
641 int[] textures, in glGenTextures()
649 java.nio.IntBuffer textures in glGenTextures()

12