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

12

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLId.java28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); method in interface:GLId
H A DGLES20IdImpl.java25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { method in class:GLES20IdImpl
26 GLES20.glDeleteTextures(n, textures, offset);
H A DGLES20Canvas.java808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO.h51 glDeleteTextures(1, &mFboTex);
H A DSurfaceTextureGLToGL_test.cpp188 glDeleteTextures(1, &texID);
239 glDeleteTextures(1, &texID);
288 glDeleteTextures(1, &texID);
326 glDeleteTextures(1, &texID);
/frameworks/base/libs/hwui/renderstate/
H A DTextureState.cpp120 // When glDeleteTextures() is called on a currently bound texture,
126 // glDeleteTextures(2) -> 2 is now unbound
135 glDeleteTextures(1, &texture);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java44 assertNonUiThread("glDeleteTextures");
45 GLES20.glDeleteTextures(1, textures, 0);
46 checkGlError("glDeleteTextures");
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec35 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/media/mca/filterfw/native/core/
H A Dgl_frame.cpp101 glDeleteTextures(1, &texture_id_);
/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.java616 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
618 public static native void glDeleteTextures( method in class:GLES20
624 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
626 public static native void glDeleteTextures( method in class:GLES20
H A DGLLogWrapper.java1422 public void glDeleteTextures(int n, int[] textures, int offset) { method in class:GLLogWrapper
1423 begin("glDeleteTextures");
1429 mgl.glDeleteTextures(n, textures, offset);
1433 public void glDeleteTextures(int n, IntBuffer textures) { method in class:GLLogWrapper
1434 begin("glDeleteTextures");
1439 mgl.glDeleteTextures(n, textures);
/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/base/cmds/bootanimation/
H A DBootAnimation.cpp433 glDeleteTextures(1, &mAndroid[0].name);
434 glDeleteTextures(1, &mAndroid[1].name);
887 glDeleteTextures(1, &animation->clockFont.texture.name);
1011 glDeleteTextures(1, &frame.tid);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp361 glDeleteTextures(1, &texName);
H A DRenderEngine.cpp248 glDeleteTextures(count, names);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java287 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
289 public native void glDeleteTextures( method in class:GLImpl
295 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
297 public native void glDeleteTextures( method in class:GLImpl
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java512 GLES20.glDeleteTextures(1, mTexNames, 0);
513 checkGlErrors("glDeleteTextures");
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h171 #define glDeleteTextures wrap_glDeleteTextures macro
H A Dgles_undefine.h171 #undef glDeleteTextures macro
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java756 glDeleteTextures(1, textures, 0);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp632 glDeleteTextures(1, &mTexName);

Completed in 256 milliseconds

12