Searched refs:glDeleteTextures (Results 1 - 25 of 38) 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/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.spec33 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/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp174 glDeleteTextures(1, &texName);
281 glDeleteTextures(1, &group.texture);
H A DGLES11RenderEngine.cpp209 glDeleteTextures(1, &texName);
H A DRenderEngine.cpp201 glDeleteTextures(count, names);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp377 glDeleteTextures(1, &mAndroid[0].name);
378 glDeleteTextures(1, &mAndroid[1].name);
569 glDeleteTextures(1, &frame.tid);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp101 glDeleteTextures(1, &texture_id_);
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp102 if (texture) glDeleteTextures(1, &texture); \
/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/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp172 glDeleteTextures(1, &mThreadTextureId);
/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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto97 glDeleteTextures = 71;
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1661 glDeleteTextures(1, &texID);
1711 glDeleteTextures(1, &texID);
1754 glDeleteTextures(1, &texID);
1791 glDeleteTextures(1, &texID);
2327 glDeleteTextures(1, &mFboTex);
/frameworks/base/libs/hwui/
H A DCaches.cpp544 // When glDeleteTextures() is called on a currently bound texture,
550 // glDeleteTextures(2) -> 2 is now unbound
562 glDeleteTextures(1, &texture);
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java434 GLES10.glDeleteTextures(1, mTexNames, 0);
435 checkGlErrors("glDeleteTextures");
/frameworks/native/libs/gui/
H A DGLConsumer.cpp546 glDeleteTextures(1, &mTexName);

Completed in 652 milliseconds

12