/external/mesa3d/src/mesa/program/ |
program.h | 157 extern GLboolean 160 extern GLboolean 171 GLboolean used[], GLuint usedSize); 174 _mesa_find_free_register(const GLboolean used[], 178 extern GLboolean
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save.h | 79 GLboolean dangling_attr_ref; /* current attr implicitly referenced 135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ 153 GLboolean dangling_attr_ref; 167 void vbo_save_fallback( struct gl_context *ctx, GLboolean fallback ); 186 GLboolean vbo_save_NotifyBegin( struct gl_context *ctx, GLenum mode );
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
indirect.h | 55 void * dest, GLboolean reply_is_always_array ); 60 GLboolean dimensions_in_reply ); 109 extern _X_HIDDEN void __indirect_glEdgeFlag(GLboolean flag); 110 extern _X_HIDDEN void __indirect_glEdgeFlagv(const GLboolean * flag); 278 extern _X_HIDDEN void __indirect_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 279 extern _X_HIDDEN void __indirect_glDepthMask(GLboolean flag); 326 extern _X_HIDDEN void __indirect_glGetBooleanv(GLenum pname, GLboolean * params) [all...] |
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_client_proc.h | 64 typedef void (gl_APIENTRY *glColorMask_client_proc_t) (void * ctx, GLboolean, GLboolean, GLboolean, GLboolean); 74 typedef void (gl_APIENTRY *glDepthMask_client_proc_t) (void * ctx, GLboolean); 88 typedef void (gl_APIENTRY *glGetBooleanv_client_proc_t) (void * ctx, GLenum, GLboolean*); 105 typedef GLboolean (gl_APIENTRY *glIsBuffer_client_proc_t) (void * ctx, GLuint); 106 typedef GLboolean (gl_APIENTRY *glIsEnabled_client_proc_t) (void * ctx, GLenum); 107 typedef GLboolean (gl_APIENTRY *glIsTexture_client_proc_t) (void * ctx, GLuint); 133 typedef void (gl_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean); [all...] |
gl_enc.h | 76 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 86 void glDepthMask_enc(void *self , GLboolean flag); 100 void glGetBooleanv_enc(void *self , GLenum pname, GLboolean* params); 117 GLboolean glIsBuffer_enc(void *self , GLuint buffer); 118 GLboolean glIsEnabled_enc(void *self , GLenum cap); 119 GLboolean glIsTexture_enc(void *self , GLuint texture); 145 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles.cpp | 321 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) 371 void glDepthMask(GLboolean flag) 441 void glGetBooleanv(GLenum pname, GLboolean *params) 526 GLboolean glIsBuffer(GLuint buffer) 531 GLboolean glIsEnabled(GLenum cap) 536 GLboolean glIsTexture(GLuint texture) 666 void glSampleCoverage(GLclampf value, GLboolean invert [all...] |
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 20 typedef unsigned char GLboolean; 658 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 674 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 697 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.idl | 27 typedef boolean GLboolean; 486 [StrictTypeChecking] void colorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 514 [StrictTypeChecking] void depthMask(GLboolean flag); 573 [StrictTypeChecking] GLboolean isBuffer(WebGLBuffer buffer); 574 [StrictTypeChecking] GLboolean isContextLost(); 575 [StrictTypeChecking] GLboolean isEnabled(GLenum cap); 576 [StrictTypeChecking] GLboolean isFramebuffer(WebGLFramebuffer framebuffer) [all...] |
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 25 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/external/mesa3d/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/frameworks/native/opengl/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned char GLboolean; 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 508 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 531 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 554 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 555 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 556 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES2/ |
gl2.h | 24 typedef unsigned char GLboolean; 493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag); 532 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); 555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer) [all...] |