Home
last modified time | relevance | path

Searched defs:glIsTexture (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp135 GLboolean (*glIsTexture)(GLuint texture); member in LibGLES_CMexports
Dmain.cpp993 GL_API GLboolean GL_APIENTRY glIsTexture(GLuint texture) in glIsTexture() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp154 GLboolean (*glIsTexture)(GLuint texture); member in LibGLESv2exports
Dentry_points.cpp635 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture) in glIsTexture() function
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL
/external/deqp/framework/opengl/wrapper/
DglwApi.inl433 #define glIsTexture glwIsTexture macro
/external/mesa3d/include/GL/
Dgl_mangle.h1208 #define glIsTexture MANGLE(IsTexture) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl3644 GLW_APICALL GLboolean GLW_APIENTRY glIsTexture (GLuint texture) function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3204 glw::GLboolean CallLogWrapper::glIsTexture (glw::GLuint texture) function in CallLogWrapper