Searched
refs:GLboolean (Results
326 -
350 of
756) sorted by null
<<11121314151617181920>>
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
wglext.h | 354 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort); 355 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *, GLuint); 356 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort); 359 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); 360 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length); 361 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
|
/external/mesa3d/include/GLES2/ |
gl2ext.h | 777 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target); 781 typedef GLboolean (GL_APIENTRYP PFNGLUNMAPBUFFEROESPROC) (GLenum target); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/ |
dri_interface.h | 165 int (*frameTracking)(__DRIdrawable *drawable, GLboolean enable); 345 GLboolean (* getDrawableInfo) ( __DRIdrawable *drawable, 374 GLboolean (*getMSCRate)(__DRIdrawable *draw, 405 GLboolean front_buffer, 943 GLboolean (*queryImage)(__DRIimage *image, int attrib, int *value); 982 int (*configQueryb)(__DRIscreen *screen, const char *var, GLboolean *val);
|
/external/opencv3/modules/core/src/ |
gl_core_3_1.hpp | 96 typedef unsigned char GLboolean; [all...] |