HomeSort by relevance Sort by last modified time
    Searched refs:GLboolean (Results 176 - 200 of 1268) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 134 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */
208 GLboolean AllowVertexFog;
209 GLboolean AllowPixelFog;
217 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
218 GLboolean _TextureCombinePrimary;
219 GLboolean _FogEnabled;
220 GLboolean _DeferredTexture;
238 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 50 void radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable);
69 GLenum type, GLboolean fbo);
  /external/mesa3d/src/mesa/main/
framebuffer.h 87 extern GLboolean
90 extern GLboolean
get.h 39 _mesa_GetBooleanv( GLenum pname, GLboolean *params );
57 _mesa_GetBooleanIndexedv( GLenum pname, GLuint index, GLboolean *params );
image.h 103 extern GLboolean
110 extern GLboolean
116 extern GLboolean
122 extern GLboolean
128 extern GLboolean
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...]
  /external/mesa3d/src/mesa/program/
prog_print.h 63 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
103 GLboolean lineNumbers);
program.h 157 extern GLboolean
160 extern GLboolean
171 GLboolean used[], GLuint usedSize);
174 _mesa_find_free_register(const GLboolean used[],
178 extern GLboolean
register_allocate.c 83 GLboolean *conflicts;
98 GLboolean *regs;
121 GLboolean *adjacency;
137 GLboolean in_stack;
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count);
241 class->regs = rzalloc_array(class, GLboolean, regs->count);
317 g->nodes[i].adjacency = rzalloc_array(g, GLboolean, count);
344 static GLboolean pq_test(struct ra_graph *g, unsigned int n)
371 GLboolean
374 GLboolean progress = GL_TRUE
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 134 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */
208 GLboolean AllowVertexFog;
209 GLboolean AllowPixelFog;
217 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
218 GLboolean _TextureCombinePrimary;
219 GLboolean _FogEnabled;
220 GLboolean _DeferredTexture;
238 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 43 GLboolean normalized, GLsizei stride, void * data, GLuint datalen);
45 GLboolean normalized, GLsizei stride, GLuint offset);
  /external/chromium_org/gpu/command_buffer/service/
context_state.h 133 inline void SetDeviceColorMask(GLboolean red,
134 GLboolean green,
135 GLboolean blue,
136 GLboolean alpha) {
148 inline void SetDeviceDepthMask(GLboolean mask) {
  /external/chromium_org/third_party/angle/src/libGLESv2/
queryconversions.cpp 16 // We can't use CastStateValueEnum generally, because of GLboolean + GLubyte overlap.
24 template <> GLenum CastStateValueEnum<GLboolean>::mEnumForType = GL_BOOL;
94 GLboolean *boolParams = NULL;
95 boolParams = new GLboolean[numParams];
141 template void CastStateValues<GLboolean>(Context *, GLenum, GLenum, unsigned int, GLboolean *);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.h 103 extern GLboolean
110 extern GLboolean
116 extern GLboolean
122 extern GLboolean
128 extern GLboolean
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...]
  /external/chromium_org/third_party/mesa/src/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
register_allocate.c 83 GLboolean *conflicts;
98 GLboolean *regs;
121 GLboolean *adjacency;
137 GLboolean in_stack;
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count);
241 class->regs = rzalloc_array(class, GLboolean, regs->count);
317 g->nodes[i].adjacency = rzalloc_array(g, GLboolean, count);
344 static GLboolean pq_test(struct ra_graph *g, unsigned int n)
371 GLboolean
374 GLboolean progress = GL_TRUE
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_proc.h 76 typedef void (* glColorMask_t) (GLboolean, GLboolean, GLboolean, GLboolean);
86 typedef void (* glDepthMask_t) (GLboolean);
100 typedef void (* glGetBooleanv_t) (GLenum, GLboolean*);
117 typedef GLboolean (* glIsBuffer_t) (GLuint);
118 typedef GLboolean (* glIsEnabled_t) (GLenum);
119 typedef GLboolean (* glIsTexture_t) (GLuint);
145 typedef void (* glSampleCoverage_t) (GLclampf, GLboolean);
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
gl_proc.h 76 typedef void (GL_APIENTRY *glColorMask_t) (GLboolean, GLboolean, GLboolean, GLboolean);
86 typedef void (GL_APIENTRY *glDepthMask_t) (GLboolean);
100 typedef void (GL_APIENTRY *glGetBooleanv_t) (GLenum, GLboolean*);
117 typedef GLboolean (GL_APIENTRY *glIsBuffer_t) (GLuint);
118 typedef GLboolean (GL_APIENTRY *glIsEnabled_t) (GLenum);
119 typedef GLboolean (GL_APIENTRY *glIsTexture_t) (GLuint);
145 typedef void (GL_APIENTRY *glSampleCoverage_t) (GLclampf, GLboolean);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 96 const GLboolean state = glIsEnabled(name);
97 const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE;
144 StateQueryMemoryWriteGuard<GLboolean> state;
150 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE;
164 StateQueryMemoryWriteGuard<GLboolean[4]> boolVector4;
170 const GLboolean referenceAsGLBoolean[] =
172 reference0 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
114 GLboolean swapbytes; /* Host byte order != display byte order? */
115 GLboolean direct; /* Direct rendering context? */
186 GLboolean wasCurrent; /* was ever the current buffer? */
192 GLboolean largestPbuffer; /**< for pbuffers */
193 GLboolean preservedContents; /**< for pbuffers */
332 GLboolean backBuffer);
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
114 GLboolean swapbytes; /* Host byte order != display byte order? */
115 GLboolean direct; /* Direct rendering context? */
186 GLboolean wasCurrent; /* was ever the current buffer? */
192 GLboolean largestPbuffer; /**< for pbuffers */
193 GLboolean preservedContents; /**< for pbuffers */
332 GLboolean backBuffer);
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 101 GLboolean depth_test_;
102 GLboolean cull_face_;
104 GLboolean color_mask_[4];
110 GLboolean depth_mask_;
118 GLboolean sample_coverage_invert_;
122 GLboolean enable_dither_;
123 GLboolean enable_polygon_offset_fill_;
124 GLboolean enable_sample_alpha_to_coverage_;
125 GLboolean enable_sample_coverage_;
128 GLboolean blend_enabled_
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 205 GLboolean ef2, ef1, ef;
259 GLboolean efs = EDGEFLAG_GET( ejs );
260 GLboolean ef1 = EDGEFLAG_GET( ej1 );
261 GLboolean ef = EDGEFLAG_GET( ej );
300 GLboolean efstart = EDGEFLAG_GET( ELT(start) );
301 GLboolean efcount = EDGEFLAG_GET( ELT(count-1) );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) );
332 GLboolean efj = EDGEFLAG_GET( ELT(j) );
406 GLboolean ef3 = EDGEFLAG_GET( ELT(j-3) );
407 GLboolean ef2 = EDGEFLAG_GET( ELT(j-2) )
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 205 GLboolean ef2, ef1, ef;
259 GLboolean efs = EDGEFLAG_GET( ejs );
260 GLboolean ef1 = EDGEFLAG_GET( ej1 );
261 GLboolean ef = EDGEFLAG_GET( ej );
300 GLboolean efstart = EDGEFLAG_GET( ELT(start) );
301 GLboolean efcount = EDGEFLAG_GET( ELT(count-1) );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) );
332 GLboolean efj = EDGEFLAG_GET( ELT(j) );
406 GLboolean ef3 = EDGEFLAG_GET( ELT(j-3) );
407 GLboolean ef2 = EDGEFLAG_GET( ELT(j-2) )
    [all...]

Completed in 876 milliseconds

1 2 3 4 5 6 78 91011>>