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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/vbo/
vbo_exec.c 89 exec->array.recalculate_inputs = GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c 156 return GL_TRUE;
209 return GL_TRUE;
251 return GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.c 57 *value_return = GL_TRUE;
181 *value_return = mode->bindToMipmapTexture == GL_TRUE ? GL_TRUE :
indirect_vertex_array.c 184 got_fog = GL_TRUE;
190 got_secondary_color = GL_TRUE;
214 arrays->arrays[0].normalized = GL_TRUE;
215 arrays->arrays[0].old_DrawArrays_possible = GL_TRUE;
220 arrays->arrays[1].normalized = GL_TRUE;
221 arrays->arrays[1].old_DrawArrays_possible = GL_TRUE;
226 arrays->arrays[2].old_DrawArrays_possible = GL_TRUE;
231 arrays->arrays[3].old_DrawArrays_possible = GL_TRUE;
250 arrays->arrays[i].old_DrawArrays_possible = GL_TRUE;
258 arrays->arrays[i].old_DrawArrays_possible = GL_TRUE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 81 return GL_TRUE;
101 return GL_TRUE;
183 return GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 88 draw_rfb->base.Initialized = GL_TRUE;
96 read_rfb->base.Initialized = GL_TRUE;
194 radeon->front_buffer_dirty = GL_TRUE;
216 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
246 radeon->front_cliprects = GL_TRUE;
262 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
272 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_TRUE);
287 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_TRUE);
557 return GL_TRUE;
575 radeonEmitAtoms(radeon, GL_TRUE);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
readpix.c 83 return GL_TRUE; /* don't bother trying the slow path */
103 return GL_TRUE;
222 * \return GL_TRUE if successful, GL_FALSE otherwise (use the slow path)
243 swizzle_rb = GL_TRUE;
249 copy_xrgb = GL_TRUE;
273 return GL_TRUE; /* don't bother trying the slow path */
314 return GL_TRUE;
395 if ((ctx->Color._ClampReadColor == GL_TRUE || type != GL_FLOAT) &&
438 return GL_TRUE; /* don't bother trying the slow path */
450 return GL_TRUE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 165 return GL_TRUE;
180 return GL_TRUE;
184 return GL_TRUE;
st_cb_bufferobjects.c 169 * \return GL_TRUE for success, GL_FALSE if out of memory
239 return GL_TRUE;
242 return GL_TRUE;
344 return GL_TRUE;
st_context.c 189 st->ctx->FragmentProgram._MaintainTexEnvProgram = GL_TRUE;
191 st->ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
239 _mesa_set_mvp_with_dp4( ctx, GL_TRUE );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 96 return GL_TRUE;
105 * Returns GL_TRUE on success, GL_FALSE on memory allocation failure.
115 swImg->_IsPowerOfTwo = GL_TRUE;
351 return GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_fog.c 152 return GL_TRUE;
230 return GL_TRUE;
252 return GL_TRUE;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 156 return GL_TRUE;
209 return GL_TRUE;
251 return GL_TRUE;
  /external/mesa3d/src/glx/
glxconfig.c 57 *value_return = GL_TRUE;
181 *value_return = mode->bindToMipmapTexture == GL_TRUE ? GL_TRUE :
indirect_vertex_array.c 184 got_fog = GL_TRUE;
190 got_secondary_color = GL_TRUE;
214 arrays->arrays[0].normalized = GL_TRUE;
215 arrays->arrays[0].old_DrawArrays_possible = GL_TRUE;
220 arrays->arrays[1].normalized = GL_TRUE;
221 arrays->arrays[1].old_DrawArrays_possible = GL_TRUE;
226 arrays->arrays[2].old_DrawArrays_possible = GL_TRUE;
231 arrays->arrays[3].old_DrawArrays_possible = GL_TRUE;
250 arrays->arrays[i].old_DrawArrays_possible = GL_TRUE;
258 arrays->arrays[i].old_DrawArrays_possible = GL_TRUE;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 81 return GL_TRUE;
101 return GL_TRUE;
183 return GL_TRUE;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 88 draw_rfb->base.Initialized = GL_TRUE;
96 read_rfb->base.Initialized = GL_TRUE;
194 radeon->front_buffer_dirty = GL_TRUE;
216 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
246 radeon->front_cliprects = GL_TRUE;
262 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
272 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_TRUE);
287 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_TRUE);
557 return GL_TRUE;
575 radeonEmitAtoms(radeon, GL_TRUE);
    [all...]
  /external/mesa3d/src/mesa/main/
readpix.c 83 return GL_TRUE; /* don't bother trying the slow path */
103 return GL_TRUE;
222 * \return GL_TRUE if successful, GL_FALSE otherwise (use the slow path)
243 swizzle_rb = GL_TRUE;
249 copy_xrgb = GL_TRUE;
273 return GL_TRUE; /* don't bother trying the slow path */
314 return GL_TRUE;
395 if ((ctx->Color._ClampReadColor == GL_TRUE || type != GL_FLOAT) &&
438 return GL_TRUE; /* don't bother trying the slow path */
450 return GL_TRUE;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 165 return GL_TRUE;
180 return GL_TRUE;
184 return GL_TRUE;
st_cb_bufferobjects.c 169 * \return GL_TRUE for success, GL_FALSE if out of memory
239 return GL_TRUE;
242 return GL_TRUE;
344 return GL_TRUE;
st_context.c 189 st->ctx->FragmentProgram._MaintainTexEnvProgram = GL_TRUE;
191 st->ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
239 _mesa_set_mvp_with_dp4( ctx, GL_TRUE );
  /external/mesa3d/src/mesa/swrast/
s_texture.c 96 return GL_TRUE;
105 * Returns GL_TRUE on success, GL_FALSE on memory allocation failure.
115 swImg->_IsPowerOfTwo = GL_TRUE;
351 return GL_TRUE;
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 152 return GL_TRUE;
230 return GL_TRUE;
252 return GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
utils.c 176 * \c GL_TRUE on success or \c GL_FALSE on failure. Currently the only
367 modes->rgbMode = GL_TRUE;
373 modes->doubleBufferMode = GL_TRUE;
388 modes->bindToTextureRgb = GL_TRUE;
389 modes->bindToTextureRgba = GL_TRUE;
532 return GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 73 GL_TRUE
112 GL_TRUE
168 WMesaCreateContext(hdc, NULL, (GLboolean)GL_TRUE,
170 GL_TRUE : GL_FALSE),
172 GL_TRUE : GL_FALSE) );

Completed in 581 milliseconds

1 2 3 4 5 6 78 91011>>