/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 | GLTextureViewActivity.java | 254 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 | 547 int[] textures = new int[1]; in onSurfaceCreated() 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 | 616 int[] textures, in glDeleteTextures() 624 java.nio.IntBuffer textures in glDeleteTextures() 793 int[] textures, in glGenTextures() 801 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 | 607 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 | 420 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local 470 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local 973 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local 1023 GLuint *textures = (GLuint *) 0; in android_glGenTextures__ILjava_nio_IntBuffer_2() local
|
D | android_opengl_GLES20.cpp | 787 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__I_3II() local 837 GLuint *textures = (GLuint *) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local 1290 GLuint *textures = (GLuint *) 0; in android_glGenTextures__I_3II() local 1340 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 | 1337 void GLTrace_glDeleteTextures(GLsizei n, const GLuint* textures) { in GLTrace_glDeleteTextures() 1998 void GLTrace_glGenTextures(GLsizei n, GLuint* textures) { in GLTrace_glGenTextures() 10530 void GLTrace_glExtGetTexturesQCOM(GLuint *textures, GLint maxTextures, GLint *numTextures) { in GLTrace_glExtGetTexturesQCOM()
|