HomeSort by: relevance | last modified time | path
    Searched refs:glIsTexture (Results 1 - 25 of 30) sorted by relevancy

1 2

  /xsrc/external/mit/mesa-demos/dist/src/tests/
texobjshare.c 182 assert(!glIsTexture(t));
184 assert(glIsTexture(t));
190 assert(glIsTexture(t));
198 assert(!glIsTexture(t));
204 assert(!glIsTexture(t));
multitexarray.c 162 assert(glIsTexture(TexObj[0]));
193 assert(glIsTexture(TexObj[1]));
texobj.c 181 assert(glIsTexture(TexObj[0]));
215 assert(glIsTexture(TexObj[1]));
217 assert(!glIsTexture(TexObj[1] + 999));
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
ABI-check 100 glIsTexture
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/
ABI-check 229 glIsTexture
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_context.c 981 &glIsTexture,
gldrv.h 367 GLboolean (APIENTRY *glIsTexture )(GLuint texture);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_context.c 934 &glIsTexture,
  /xsrc/external/mit/MesaLib/dist/include/GLES/
gl.h 500 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES/
gl.h 509 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /xsrc/external/mit/MesaLib/src/mapi/es1api/
glapi_mapi_tmp.h 86 GLAPI GLboolean APIENTRY glIsTexture(GLuint texture);
673 GLAPI GLboolean APIENTRY glIsTexture(GLuint texture)
1405 STUB_ASM_ENTRY("glIsTexture")"\n"
  /xsrc/external/mit/xorg-server.old/dist/glx/
glprocs.h 385 "glIsTexture\0"
1538 NAME_FUNC_OFFSET( 4162, glIsTexture, glIsTexture, NULL, _gloffset_IsTexture),
1989 NAME_FUNC_OFFSET(13755, glIsTexture, glIsTextureEXT, glIsTextureEXT, _gloffset_IsTexture),
  /xsrc/external/mit/MesaLib/dist/include/GLES2/
gl2.h 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES2/
gl2.h 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /xsrc/external/mit/xorg-server/dist/glx/
indirect_dispatch.c 2650 retval = glIsTexture(*(GLuint *) (pc + 0));
2669 retval = glIsTexture(*(GLuint *) (pc + 0));
indirect_dispatch_swap.c 2927 retval = glIsTexture((GLuint) bswap_CARD32(pc + 0));
2947 retval = glIsTexture((GLuint) bswap_CARD32(pc + 0));
  /xsrc/external/mit/MesaLib/src/mapi/es2api/
glapi_mapi_tmp.h 217 GLAPI GLboolean APIENTRY glIsTexture(GLuint texture);
1803 GLAPI GLboolean APIENTRY glIsTexture(GLuint texture)
3502 STUB_ASM_ENTRY("glIsTexture")"\n"
  /xsrc/external/mit/MesaLib/dist/include/GL/
gl.h 1314 GLAPI GLboolean GLAPIENTRY glIsTexture( GLuint texture );
  /xsrc/external/mit/MesaLib/dist/include/GLES3/
gl3.h 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
gl31.h 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
gl32.h 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
gl.h 1321 GLAPI GLboolean GLAPIENTRY glIsTexture( GLuint texture );
gl_mangle.h 1208 #define glIsTexture MANGLE(IsTexture)
  /xsrc/external/mit/MesaLib.old/dist/include/GLES3/
gl3.h 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
gl31.h 615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);

Completed in 81 milliseconds

1 2