Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java176 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() method in MatrixTrackingGL
177 mgl.glDeleteTextures(n, textures, offset); in glDeleteTextures()
180 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures() method in MatrixTrackingGL
181 mgl.glDeleteTextures(n, textures); in glDeleteTextures()
DLabelMaker.java110 gl.glDeleteTextures(1, textures, 0); in shutdown()
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv46190 …orm/external/mesa3d,fake_bwIMcKZSRBO-LH4fjUtyNQ@fakeemail.com,main: glDeleteTextures now throws GL…
46606 …ti4YhqzuZhA@fakeemail.com,mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.
49636 …fakeemail.com,mesa: Returns a GL_INVALID_VALUE error if num of texs in glDeleteTextures is negative