/frameworks/base/services/surfaceflinger/ |
D | LayerBlur.cpp | 48 glDeleteTextures(1, &mTextureName); in ~LayerBlur() 59 glDeleteTextures(1, &mTextureName); in setVisibleRegion()
|
D | LayerBuffer.cpp | 383 glDeleteTextures(1, &name); in ~BufferSource() 579 glDeleteTextures(1, &mTexture.name); in clearTempBufferImage()
|
D | SurfaceFlinger.cpp | 120 glDeleteTextures(1, &mWormholeTexName); in ~SurfaceFlinger() 1805 glDeleteTextures(1, &tname); in electronBeamOffAnimationImplLocked() 1949 glDeleteTextures(1, &tname); in electronBeamOnAnimationImplLocked()
|
D | Layer.cpp | 897 glDeleteTextures(1, &tex->name); in destroyTexture()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 338 glDeleteTextures(1, &mAndroid[0].name); in android() 339 glDeleteTextures(1, &mAndroid[1].name); in android() 496 glDeleteTextures(1, &frame.tid); in movie()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 396 void glDeleteTextures( in glDeleteTextures() method 402 void glDeleteTextures( in glDeleteTextures() method
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 6 glDeleteTextures check textures n
|
D | GLES10.spec | 22 void glDeleteTextures ( GLsizei n, const GLuint *textures )
|
D | GLES20.spec | 34 void glDeleteTextures ( GLsizei n, const GLuint *textures )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 475 public static native void glDeleteTextures( in glDeleteTextures() method in GLES10 483 public static native void glDeleteTextures( in glDeleteTextures() method in GLES10
|
D | GLErrorWrapper.java | 207 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() method in GLErrorWrapper 209 mgl.glDeleteTextures(n, textures, offset); in glDeleteTextures() 213 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures() method in GLErrorWrapper 215 mgl.glDeleteTextures(n, textures); in glDeleteTextures()
|
D | GLES20.java | 614 public static native void glDeleteTextures( in glDeleteTextures() method in GLES20 622 public static native void glDeleteTextures( in glDeleteTextures() method in GLES20
|
D | GLLogWrapper.java | 1422 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() method in GLLogWrapper 1429 mgl.glDeleteTextures(n, textures, offset); in glDeleteTextures() 1433 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures() method in GLLogWrapper 1439 mgl.glDeleteTextures(n, textures); in glDeleteTextures()
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 4 glDeleteTextures check textures n
|
D | glspec-1.0 | 22 void glDeleteTextures ( GLsizei n, const GLuint *textures )
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 288 public native void glDeleteTextures( in glDeleteTextures() method in GLImpl 296 public native void glDeleteTextures( in glDeleteTextures() method in GLImpl
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 100 void API_ENTRY(glDeleteTextures)(GLsizei n, const GLuint* textures) { 101 CALL_GL_API(glDeleteTextures, n, textures);
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | gl_api.in | 184 void API_ENTRY(glDeleteTextures)(GLsizei n, const GLuint *textures) { 185 CALL_GL_API(glDeleteTextures, n, textures);
|
/frameworks/base/libs/rs/ |
D | rsAllocation.cpp | 92 glDeleteTextures(1, &mTextureID); in ~Allocation()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 494 GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 507 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 450 glDeleteTextures( in android_glDeleteTextures__I_3II() 475 glDeleteTextures( in android_glDeleteTextures__ILjava_nio_IntBuffer_2()
|
/frameworks/base/opengl/libagl/ |
D | texture.cpp | 903 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures() function
|
/frameworks/base/opengl/libs/ |
D | entries.in | 72 GL_ENTRY(void, glDeleteTextures, GLsizei n, const GLuint *textures)
|