/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
|
D | GLES20IdImpl.java | 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 43 int[] textures = new int[] { texId }; in deleteTexture() local 57 int[] textures = new int[1]; in generateTexture() local
|
/frameworks/rs/ |
D | rsProgram.h | 43 Allocation **textures; member
|
/frameworks/base/media/mca/filterfw/native/core/ |
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()
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.h | 117 std::vector<GlTexture> textures; member
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 224 int[] textures = new int[1]; in onSurfaceCreated() local
|
D | GLTextureViewActivity.java | 254 int[] textures = new int[1]; in loadTexture() local
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.cpp | 52 void NullGlesDriver::glGenTextures_(GLsizei n, GLuint* textures) { in glGenTextures_()
|
D | NullGlesDriver.h | 89 virtual void glDeleteTextures_(GLsizei n, const GLuint* textures) override {} in glDeleteTextures_()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 193 int[] textures = new int[1]; in onSurfaceCreated() local
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 207 int[] textures = new int[1]; in loadTexture() local
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 288 int[] textures = new int[1]; in onSurfaceCreated() local
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 552 int[] textures = new int[1]; in onSurfaceCreated() local
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 381 int[] textures = new int[1]; in initializeGLState() local
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
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()
|
/frameworks/base/opengl/java/android/opengl/ |
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()
|
D | GLErrorWrapper.java | 207 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()
|
D | GLES20.java | 622 int[] textures, in glDeleteTextures() 630 java.nio.IntBuffer textures in glDeleteTextures() 799 int[] textures, in glGenTextures() 807 java.nio.IntBuffer textures in glGenTextures()
|
D | GLLogWrapper.java | 1422 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/ |
D | texture.cpp | 880 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() 891 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures()
|
D | context.h | 612 texture_state_t textures; member
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 294 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/ |
D | android_opengl_GLES10.cpp | 744 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
|
D | android_opengl_GLES20.cpp | 1176 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
|