Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp121 LOAD_GL_FUNC(glIsTexture); in dispatchFuncs()
DGLDispatch.h98 GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
DGLEScmImp.cpp227 GL_API GLboolean GL_APIENTRY glIsTexture( GLuint texture) { in glIsTexture() function
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h119 glIsTexture_t glIsTexture; member
DGLDispatch.cpp136 s_gl.glIsTexture = (glIsTexture_t) s_gles_lib->findSymbol("glIsTexture"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp115 GLboolean (GLAPIENTRY *GLDispatch::glIsTexture)(GLuint) = NULL;
353 LOAD_GL_FUNC(glIsTexture); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h80 static GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in88 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java248 glIsTexture(217, 217), enumConstant
741 case 217: return glIsTexture; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in96 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in249 GLboolean, glIsTexture, GLuint texture
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1524 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture){ in glIsTexture() function