Searched refs:glIsTexture (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h102 #define glIsTexture GLES2_GET_FUN(IsTexture) macro
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.cc121 DCHECK(glIsTexture(texture_id));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c767 &glIsTexture,
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c767 &glIsTexture,
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h577 #define glIsTexture GLES2_GET_FUN(IsTexture) macro
726 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java963 public boolean glIsTexture(int texture) { method in class:GLErrorLogger.ErrorLoggingGL
964 boolean result = ((GL11)mGL).glIsTexture( texture);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/mesa3d/include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/mesa3d/include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c468 GLboolean GL_APIENTRY glIsTexture(GLuint texture) { function
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h151 SDL_PROC_UNUSED(GLboolean,glIsTexture,(GLuint texture))
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h385 "glIsTexture\0"
1799 NAME_FUNC_OFFSET( 4162, glIsTexture, glIsTexture, NULL, 330),
2450 NAME_FUNC_OFFSET(17923, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h915 { "glIsTexture", reinterpret_cast<GLES2FunctionPointer>(glIsTexture), },
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl.h1349 GLAPI GLboolean GLAPIENTRY glIsTexture( GLuint texture );
H A Dgl_mangle.h977 #define glIsTexture MANGLE(IsTexture) macro
/external/mesa3d/include/GL/
H A Dgl.h1349 GLAPI GLboolean GLAPIENTRY glIsTexture( GLuint texture );
H A Dgl_mangle.h977 #define glIsTexture MANGLE(IsTexture) macro
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp4604 GLboolean __stdcall glIsTexture(GLuint texture) function

Completed in 268 milliseconds