Home
last modified time | relevance | path

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

12

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLId.java28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
DGLES20IdImpl.java25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java43 int[] textures = new int[] { texId }; in deleteTexture() local
57 int[] textures = new int[1]; in generateTexture() local
/frameworks/rs/
DrsProgram.h43 Allocation **textures; member
/frameworks/base/media/mca/filterfw/native/core/
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()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.h117 std::vector<GlTexture> textures; member
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java224 int[] textures = new int[1]; in onSurfaceCreated() local
DGLTextureViewActivity.java254 int[] textures = new int[1]; in loadTexture() local
/frameworks/base/libs/hwui/debug/
DNullGlesDriver.cpp52 void NullGlesDriver::glGenTextures_(GLsizei n, GLuint* textures) { in glGenTextures_()
DNullGlesDriver.h89 virtual void glDeleteTextures_(GLsizei n, const GLuint* textures) override {} in glDeleteTextures_()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java193 int[] textures = new int[1]; in onSurfaceCreated() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java207 int[] textures = new int[1]; in loadTexture() local
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java288 int[] textures = new int[1]; in onSurfaceCreated() local
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java552 int[] textures = new int[1]; in onSurfaceCreated() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java381 int[] textures = new int[1]; in initializeGLState() local
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
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()
/frameworks/base/opengl/java/android/opengl/
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()
DGLErrorWrapper.java207 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures()
213 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures()
347 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
353 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures()
DGLES20.java622 int[] textures, in glDeleteTextures()
630 java.nio.IntBuffer textures in glDeleteTextures()
799 int[] textures, in glGenTextures()
807 java.nio.IntBuffer textures in glGenTextures()
DGLLogWrapper.java1422 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures()
1433 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures()
1696 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
1709 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures()
/frameworks/native/opengl/libagl/
Dtexture.cpp880 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures()
891 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures()
Dcontext.h612 texture_state_t textures; member
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java294 int[] textures, in glDeleteTextures()
302 java.nio.IntBuffer textures in glDeleteTextures()
458 int[] textures, in glGenTextures()
466 java.nio.IntBuffer textures in glGenTextures()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp744 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local
794 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local
1265 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local
1315 GLuint *textures = (GLuint *) 0; in android_glGenTextures__ILjava_nio_IntBuffer_2() local
Dandroid_opengl_GLES20.cpp1176 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local
1226 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local
1749 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local
1799 GLuint *textures = (GLuint *) 0; in android_glGenTextures__ILjava_nio_IntBuffer_2() local

12