HomeSort by relevance Sort by last modified time
    Searched full:glboolean (Results 151 - 175 of 1214) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glcore.h 71 GLboolean rgbMode;
72 GLboolean floatMode;
73 GLboolean colorIndexMode;
77 GLboolean haveAccumBuffer;
78 GLboolean haveDepthBuffer;
79 GLboolean haveStencilBuffer;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 71 GLboolean rgbMode;
72 GLboolean floatMode;
73 GLboolean colorIndexMode;
77 GLboolean haveAccumBuffer;
78 GLboolean haveDepthBuffer;
79 GLboolean haveStencilBuffer;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 84 void (GLAPIENTRYP EdgeFlag)(GLboolean flag); /* 41 */
85 void (GLAPIENTRYP EdgeFlagv)(const GLboolean * flag); /* 42 */
253 void (GLAPIENTRYP ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); /* 210 */
254 void (GLAPIENTRYP DepthMask)(GLboolean flag); /* 211 */
301 void (GLAPIENTRYP GetBooleanv)(GLenum pname, GLboolean * params); /* 258 */
329 GLboolean (GLAPIENTRYP IsEnabled)(GLenum cap); /* 286 */
330 GLboolean (GLAPIENTRYP IsList)(GLuint list); /* 287 *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 61 GLboolean isStateProgram;
62 GLboolean isPositionInvariant;
63 GLboolean isVersion1_1;
66 GLboolean anyProgRegsWritten;
67 GLboolean indirectRegisterFiles;
124 static GLboolean IsLetter(GLubyte b)
130 static GLboolean IsDigit(GLubyte b)
136 static GLboolean IsWhitespace(GLubyte b)
210 static GLboolean
227 static GLboolean
    [all...]
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/program/
nvvertparse.c 61 GLboolean isStateProgram;
62 GLboolean isPositionInvariant;
63 GLboolean isVersion1_1;
66 GLboolean anyProgRegsWritten;
67 GLboolean indirectRegisterFiles;
124 static GLboolean IsLetter(GLubyte b)
130 static GLboolean IsDigit(GLubyte b)
136 static GLboolean IsWhitespace(GLubyte b)
210 static GLboolean
227 static GLboolean
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
api_exec_es1.c 96 extern void GL_APIENTRY _mesa_ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
132 extern void GL_APIENTRY _mesa_DepthMask(GLboolean flag);
216 extern void GL_APIENTRY _mesa_GetBooleanv(GLenum pname, GLboolean * params);
274 extern GLboolean GL_APIENTRY _mesa_IsBufferARB(GLuint buffer);
277 extern GLboolean GL_APIENTRY _mesa_IsEnabled(GLenum cap);
280 extern GLboolean GL_APIENTRY _mesa_IsFramebufferEXT(GLuint framebuffer);
283 extern GLboolean GL_APIENTRY _mesa_IsRenderbufferEXT(GLuint renderbuffer)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 195 GLboolean color, GLboolean depth, GLboolean stencil)
286 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP);
305 GLboolean is_integer = _mesa_is_enum_format_integer(rb->InternalFormat);
335 static INLINE GLboolean
359 static INLINE GLboolean
363 GLboolean maskStencil
385 static INLINE GLboolean
390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 195 GLboolean color, GLboolean depth, GLboolean stencil)
286 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP);
305 GLboolean is_integer = _mesa_is_enum_format_integer(rb->InternalFormat);
335 static INLINE GLboolean
359 static INLINE GLboolean
363 GLboolean maskStencil
385 static INLINE GLboolean
390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array_priv.h 86 GLboolean normalized;
105 GLboolean enabled;
125 GLboolean old_DrawArrays_possible;
175 GLboolean enabled;
234 GLboolean array_info_cache_valid;
247 GLboolean old_DrawArrays_possible;
257 GLboolean new_DrawArrays_possible;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 259 GLboolean (*TestProxyTexImage)(struct gl_context *ctx, GLenum target,
329 GLboolean (*AllocTextureImageBuffer)(struct gl_context *ctx,
362 GLboolean (*AllocTextureStorage)(struct gl_context *ctx,
399 GLboolean (*ProgramStringNotify)(struct gl_context *ctx, GLenum target,
410 GLboolean (*IsProgramNative)(struct gl_context *ctx, GLenum target,
425 GLboolean (*LinkShader)(struct gl_context *ctx, struct gl_shader_program *shader);
456 void (*ColorMask)(struct gl_context *ctx, GLboolean rmask, GLboolean gmask,
457 GLboolean bmask, GLboolean amask )
    [all...]
texstore.c 88 typedef GLboolean (*StoreTexImageFunc)(TEXSTORE_PARAMS);
95 static GLboolean
821 byteswap_mapping( GLboolean swapBytes,
976 static GLboolean
1010 static GLboolean
1060 static GLboolean
1090 static GLboolean
    [all...]
api_validate.c 105 static GLboolean
137 GLboolean haveVertexShader = (vsProg && vsProg->LinkStatus);
138 GLboolean haveVertexProgram = ctx->VertexProgram._Enabled;
169 static GLboolean
210 GLboolean
263 GLboolean pass = GL_TRUE;
317 GLboolean
368 GLboolean
434 GLboolean
491 GLboolean
    [all...]
fbobject.h 39 static inline GLboolean
49 static inline GLboolean
120 extern GLboolean
126 extern GLboolean GLAPIENTRY
158 extern GLboolean GLAPIENTRY
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 86 GLboolean normalized;
105 GLboolean enabled;
125 GLboolean old_DrawArrays_possible;
175 GLboolean enabled;
234 GLboolean array_info_cache_valid;
247 GLboolean old_DrawArrays_possible;
257 GLboolean new_DrawArrays_possible;
  /external/mesa3d/src/mesa/main/
dd.h 259 GLboolean (*TestProxyTexImage)(struct gl_context *ctx, GLenum target,
329 GLboolean (*AllocTextureImageBuffer)(struct gl_context *ctx,
362 GLboolean (*AllocTextureStorage)(struct gl_context *ctx,
399 GLboolean (*ProgramStringNotify)(struct gl_context *ctx, GLenum target,
410 GLboolean (*IsProgramNative)(struct gl_context *ctx, GLenum target,
425 GLboolean (*LinkShader)(struct gl_context *ctx, struct gl_shader_program *shader);
456 void (*ColorMask)(struct gl_context *ctx, GLboolean rmask, GLboolean gmask,
457 GLboolean bmask, GLboolean amask )
    [all...]
texstore.c 88 typedef GLboolean (*StoreTexImageFunc)(TEXSTORE_PARAMS);
95 static GLboolean
821 byteswap_mapping( GLboolean swapBytes,
976 static GLboolean
1010 static GLboolean
1060 static GLboolean
1090 static GLboolean
    [all...]
api_validate.c 105 static GLboolean
137 GLboolean haveVertexShader = (vsProg && vsProg->LinkStatus);
138 GLboolean haveVertexProgram = ctx->VertexProgram._Enabled;
169 static GLboolean
210 GLboolean
263 GLboolean pass = GL_TRUE;
317 GLboolean
368 GLboolean
434 GLboolean
491 GLboolean
    [all...]
fbobject.h 39 static inline GLboolean
49 static inline GLboolean
120 extern GLboolean
126 extern GLboolean GLAPIENTRY
158 extern GLboolean GLAPIENTRY
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 61 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
71 void glDepthMask(GLboolean flag);
85 void glGetBooleanv(GLenum pname, GLboolean* params);
102 GLboolean glIsBuffer(GLuint buffer);
103 GLboolean glIsEnabled(GLenum cap);
104 GLboolean glIsTexture(GLuint texture);
130 void glSampleCoverage(GLclampf value, GLboolean invert)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 99 static void s_glGetBooleanv(void *self, GLenum pname, GLboolean *ptr);
103 GLboolean normalized, GLsizei stride, const GLvoid * ptr);
192 static void s_glUniformMatrix2fv(void *self , GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
193 static void s_glUniformMatrix3fv(void *self , GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
194 static void s_glUniformMatrix4fv(void *self , GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 113 GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) {
198 void GL_APIENTRY glDepthMask(GLboolean flag) {
317 void GL_APIENTRY glGetBooleanv(GLenum pname, GLboolean* params) {
442 GLboolean GL_APIENTRY glIsBuffer(GLuint buffer) {
446 GLboolean GL_APIENTRY glIsEnabled(GLenum cap) {
450 GLboolean GL_APIENTRY glIsFramebuffer(GLuint framebuffer) {
455 GLboolean GL_APIENTRY glIsProgram(GLuint program)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 84 GLboolean (*CreateContext)(gl_api api,
95 GLboolean (*CreateBuffer)(__DRIscreen *driScrnPriv,
98 GLboolean pixmapBuffer);
104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
108 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv);
  /external/chromium_org/third_party/mesa/src/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/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 84 GLboolean (*CreateContext)(gl_api api,
95 GLboolean (*CreateBuffer)(__DRIscreen *driScrnPriv,
98 GLboolean pixmapBuffer);
104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
108 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv);

Completed in 1147 milliseconds

1 2 3 4 5 67 8 91011>>