Searched refs:glDeleteTextures (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoInline.java80 GLES20.glDeleteTextures(1, mTextureNames, 0);
/frameworks/base/libs/hwui/
H A DTexture.h130 glDeleteTextures(1, &mTexture->id);
H A DTextDropShadowCache.cpp91 glDeleteTextures(1, &texture->id);
H A DGradientCache.cpp91 glDeleteTextures(1, &texture->id);
H A DLayer.h191 if (texture.id) glDeleteTextures(1, &texture.id);
H A DTextureCache.cpp114 glDeleteTextures(1, &texture->id);
H A DLayerRenderer.cpp449 glDeleteTextures(1, &texture);
H A DShapeCache.h487 glDeleteTextures(1, &texture->id);
H A DFontRenderer.cpp372 glDeleteTextures(1, &mTextureId);
478 glDeleteTextures(1, &mTextureId);
/frameworks/base/services/surfaceflinger/
H A DLayerScreenshot.cpp102 glDeleteTextures(1, &mTextureName);
H A DSurfaceFlinger.h213 glDeleteTextures(1, &texture);
H A DSurfaceFlinger.cpp133 glDeleteTextures(1, &mWormholeTexName);
1988 glDeleteTextures(1, &tname);
2129 glDeleteTextures(1, &tname);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp364 glDeleteTextures(1, &mAndroid[0].name);
365 glDeleteTextures(1, &mAndroid[1].name);
523 glDeleteTextures(1, &frame.tid);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec6 glDeleteTextures check textures n
H A DGLES10.spec22 void glDeleteTextures ( GLsizei n, const GLuint *textures )
H A DGLES20.spec34 void glDeleteTextures ( GLsizei n, const GLuint *textures )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java473 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
475 public static native void glDeleteTextures( method in class:GLES10
481 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
483 public static native void glDeleteTextures( method in class:GLES10
H A DGLErrorWrapper.java207 public void glDeleteTextures(int n, int[] textures, int offset) { method in class:GLErrorWrapper
209 mgl.glDeleteTextures(n, textures, offset);
213 public void glDeleteTextures(int n, IntBuffer textures) { method in class:GLErrorWrapper
215 mgl.glDeleteTextures(n, textures);
H A DGLES20.java612 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
614 public static native void glDeleteTextures( method in class:GLES20
620 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
622 public static native void glDeleteTextures( method in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java396 void glDeleteTextures( method in interface:GL10
402 void glDeleteTextures( method in interface:GL10
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp173 glDeleteTextures(1, &mThreadTextureId);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java286 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
288 public native void glDeleteTextures( method in class:GLImpl
294 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
296 public native void glDeleteTextures( method in class:GLImpl
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp1218 glDeleteTextures(1, &texID);
1271 glDeleteTextures(1, &texID);
1659 glDeleteTextures(1, &mFboTex);
/frameworks/base/libs/rs/driver/
H A DrsdAllocation.cpp264 RSD_CALL_GL(glDeleteTextures, 1, &drv->textureID);
/frameworks/base/opengl/include/GLES/
H A Dgl.h656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);

Completed in 450 milliseconds

12