| /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 | 199 std::vector<GLuint> textures; in Process() local 225 std::vector<const GLTextureHandle*> textures(input.size()); in Process() local 426 bool ShaderProgram::BindInputTextures(const std::vector<GLuint>& textures, in BindInputTextures() 466 bool ShaderProgram::RenderFrame(const std::vector<GLuint>& textures, in RenderFrame()
|
| /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
| D | MyGLSurfaceView.java | 193 int[] textures = new int[1]; in onSurfaceCreated() local
|
| /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/packages/SystemUI/src/com/android/systemui/ |
| D | ImageWallpaper.java | 558 int[] textures = new int[1]; in loadTexture() local 644 int[] textures = new int[1]; in finishGL() 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 | 380 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 | 620 int[] textures, in glDeleteTextures() 628 java.nio.IntBuffer textures in glDeleteTextures() 797 int[] textures, in glGenTextures() 805 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 | 891 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() 902 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures()
|
| D | context.h | 611 texture_state_t textures; member
|
| /frameworks/base/opengl/java/com/google/android/gles_jni/ |
| D | GLImpl.java | 291 int[] textures, in glDeleteTextures() 299 java.nio.IntBuffer textures in glDeleteTextures() 455 int[] textures, in glGenTextures() 463 java.nio.IntBuffer textures in glGenTextures()
|
| /frameworks/base/core/jni/ |
| D | android_opengl_GLES10.cpp | 614 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local 664 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local 1111 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local 1161 GLuint *textures = (GLuint *) 0; in android_glGenTextures__ILjava_nio_IntBuffer_2() local
|
| D | android_opengl_GLES20.cpp | 1028 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local 1078 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local 1571 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local 1621 GLuint *textures = (GLuint *) 0; in android_glGenTextures__ILjava_nio_IntBuffer_2() local
|
| D | com_google_android_gles_jni_GLImpl.cpp | 548 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local 598 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local 1101 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local 1151 GLuint *textures = (GLuint *) 0; in android_glGenTextures__ILjava_nio_IntBuffer_2() local
|
| /frameworks/native/opengl/libs/GLES_trace/src/ |
| D | gltrace_api.cpp | 1336 void GLTrace_glDeleteTextures(GLsizei n, const GLuint * textures) { in GLTrace_glDeleteTextures() 1997 void GLTrace_glGenTextures(GLsizei n, GLuint * textures) { in GLTrace_glGenTextures() 22832 void GLTrace_glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures) { in GLTrace_glExtGetTexturesQCOM()
|