Searched defs:glIsTexture (Results 1 – 9 of 9) sorted by relevance
135 GLboolean (*glIsTexture)(GLuint texture); member in LibGLES_CMexports
993 GL_API GLboolean GL_APIENTRY glIsTexture(GLuint texture) in glIsTexture() function
154 GLboolean (*glIsTexture)(GLuint texture); member in LibGLESv2exports
635 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture) in glIsTexture() function
963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL
433 #define glIsTexture glwIsTexture macro
1208 #define glIsTexture MANGLE(IsTexture) macro
3644 GLW_APICALL GLboolean GLW_APIENTRY glIsTexture (GLuint texture) function
3204 glw::GLboolean CallLogWrapper::glIsTexture (glw::GLuint texture) function in CallLogWrapper