Searched refs:glDeleteTextures (Results 1 – 3 of 3) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 176 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()
|
D | LabelMaker.java | 110 gl.glDeleteTextures(1, textures, 0); in shutdown()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 46190 …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
|