Home
last modified time | relevance | path

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

/development/ndk/platforms/android-5/include/GLES2/
Dgl2.h560 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/development/ndk/platforms/android-4/include/GLES/
Dgl.h690 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java913 public boolean glIsTexture(int texture) { in glIsTexture() method in MatrixTrackingGL