Home
last modified time | relevance | path

Searched refs:glDeleteTextures (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/services/surfaceflinger/
DLayerBlur.cpp48 glDeleteTextures(1, &mTextureName); in ~LayerBlur()
59 glDeleteTextures(1, &mTextureName); in setVisibleRegion()
DLayerBuffer.cpp383 glDeleteTextures(1, &name); in ~BufferSource()
579 glDeleteTextures(1, &mTexture.name); in clearTempBufferImage()
DSurfaceFlinger.cpp120 glDeleteTextures(1, &mWormholeTexName); in ~SurfaceFlinger()
1805 glDeleteTextures(1, &tname); in electronBeamOffAnimationImplLocked()
1949 glDeleteTextures(1, &tname); in electronBeamOnAnimationImplLocked()
DLayer.cpp897 glDeleteTextures(1, &tex->name); in destroyTexture()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp338 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/
DGL10.java396 void glDeleteTextures( in glDeleteTextures() method
402 void glDeleteTextures( in glDeleteTextures() method
/frameworks/base/opengl/tools/glgen/specs/gles11/
Dchecks.spec6 glDeleteTextures check textures n
DGLES10.spec22 void glDeleteTextures ( GLsizei n, const GLuint *textures )
DGLES20.spec34 void glDeleteTextures ( GLsizei n, const GLuint *textures )
/frameworks/base/opengl/java/android/opengl/
DGLES10.java475 public static native void glDeleteTextures( in glDeleteTextures() method in GLES10
483 public static native void glDeleteTextures( in glDeleteTextures() method in GLES10
DGLErrorWrapper.java207 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()
DGLES20.java614 public static native void glDeleteTextures( in glDeleteTextures() method in GLES20
622 public static native void glDeleteTextures( in glDeleteTextures() method in GLES20
DGLLogWrapper.java1422 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/
Dglspec-checks4 glDeleteTextures check textures n
Dglspec-1.022 void glDeleteTextures ( GLsizei n, const GLuint *textures )
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java288 public native void glDeleteTextures( in glDeleteTextures() method in GLImpl
296 public native void glDeleteTextures( in glDeleteTextures() method in GLImpl
/frameworks/base/opengl/libs/GLES2/
Dgl2_api.in100 void API_ENTRY(glDeleteTextures)(GLsizei n, const GLuint* textures) {
101 CALL_GL_API(glDeleteTextures, n, textures);
/frameworks/base/opengl/libs/GLES_CM/
Dgl_api.in184 void API_ENTRY(glDeleteTextures)(GLsizei n, const GLuint *textures) {
185 CALL_GL_API(glDeleteTextures, n, textures);
/frameworks/base/libs/rs/
DrsAllocation.cpp92 glDeleteTextures(1, &mTextureID); in ~Allocation()
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h494 GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
/frameworks/base/opengl/include/GLES/
Dgl.h656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
/frameworks/base/opengl/include/GLES2/
Dgl2.h507 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp450 glDeleteTextures( in android_glDeleteTextures__I_3II()
475 glDeleteTextures( in android_glDeleteTextures__ILjava_nio_IntBuffer_2()
/frameworks/base/opengl/libagl/
Dtexture.cpp903 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures() function
/frameworks/base/opengl/libs/
Dentries.in72 GL_ENTRY(void, glDeleteTextures, GLsizei n, const GLuint *textures)

12