Searched refs:GL_TRUE (Results 1 - 25 of 567) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split.c67 return GL_TRUE;
71 return GL_TRUE;
75 return GL_TRUE;
79 return GL_TRUE;
83 return GL_TRUE;
87 return GL_TRUE;
91 return GL_TRUE;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split.c67 return GL_TRUE;
71 return GL_TRUE;
75 return GL_TRUE;
79 return GL_TRUE;
83 return GL_TRUE;
87 return GL_TRUE;
91 return GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dextensions.c395 /*ctx->Extensions.ARB_copy_buffer = GL_TRUE;*/
396 ctx->Extensions.ARB_depth_clamp = GL_TRUE;
397 ctx->Extensions.ARB_depth_texture = GL_TRUE;
398 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE;
399 ctx->Extensions.ARB_draw_instanced = GL_TRUE;
400 ctx->Extensions.ARB_explicit_attrib_location = GL_TRUE;
401 ctx->Extensions.ARB_fragment_coord_conventions = GL_TRUE;
403 ctx->Extensions.ARB_fragment_program = GL_TRUE;
404 ctx->Extensions.ARB_fragment_program_shadow = GL_TRUE;
407 ctx->Extensions.ARB_fragment_shader = GL_TRUE;
[all...]
H A Dstate.h57 return GL_TRUE;
60 return GL_TRUE;
65 return GL_TRUE;
70 return GL_TRUE;
H A Dcondrender.c119 * \return GL_TRUE if we should render, GL_FALSE if we should discard
128 return GL_TRUE;
144 return q->Ready ? (q->Result > 0) : GL_TRUE;
149 return GL_TRUE;
H A Dtexstorage.c59 return GL_TRUE;
67 return GL_TRUE;
85 return GL_TRUE;
197 texObj->Immutable = GL_TRUE;
239 * \return GL_TRUE if any error, GL_FALSE otherwise.
293 return GL_TRUE;
300 return GL_TRUE;
307 return GL_TRUE;
315 return GL_TRUE;
322 return GL_TRUE;
[all...]
H A Dmultisample.c56 ctx->Multisample.Enabled = GL_TRUE;
/external/mesa3d/src/mesa/main/
H A Dextensions.c395 /*ctx->Extensions.ARB_copy_buffer = GL_TRUE;*/
396 ctx->Extensions.ARB_depth_clamp = GL_TRUE;
397 ctx->Extensions.ARB_depth_texture = GL_TRUE;
398 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE;
399 ctx->Extensions.ARB_draw_instanced = GL_TRUE;
400 ctx->Extensions.ARB_explicit_attrib_location = GL_TRUE;
401 ctx->Extensions.ARB_fragment_coord_conventions = GL_TRUE;
403 ctx->Extensions.ARB_fragment_program = GL_TRUE;
404 ctx->Extensions.ARB_fragment_program_shadow = GL_TRUE;
407 ctx->Extensions.ARB_fragment_shader = GL_TRUE;
[all...]
H A Dstate.h57 return GL_TRUE;
60 return GL_TRUE;
65 return GL_TRUE;
70 return GL_TRUE;
H A Dcondrender.c119 * \return GL_TRUE if we should render, GL_FALSE if we should discard
128 return GL_TRUE;
144 return q->Ready ? (q->Result > 0) : GL_TRUE;
149 return GL_TRUE;
H A Dtexstorage.c59 return GL_TRUE;
67 return GL_TRUE;
85 return GL_TRUE;
197 texObj->Immutable = GL_TRUE;
239 * \return GL_TRUE if any error, GL_FALSE otherwise.
293 return GL_TRUE;
300 return GL_TRUE;
307 return GL_TRUE;
315 return GL_TRUE;
322 return GL_TRUE;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_extensions.c247 c->StripTextureBorder = GL_TRUE;
261 return GL_TRUE;
323 extensions[mapping[i].extension_offset[j]] = GL_TRUE;
393 GL_TRUE }, /* at least one format must be supported */
413 GL_TRUE }, /* at least one format must be supported */
450 GL_TRUE }, /* at least one format must be supported */
458 GL_TRUE }, /* at least one format must be supported */
480 ctx->Extensions.ARB_ES2_compatibility = GL_TRUE;
481 ctx->Extensions.ARB_copy_buffer = GL_TRUE;
482 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE;
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c247 c->StripTextureBorder = GL_TRUE;
261 return GL_TRUE;
323 extensions[mapping[i].extension_offset[j]] = GL_TRUE;
393 GL_TRUE }, /* at least one format must be supported */
413 GL_TRUE }, /* at least one format must be supported */
450 GL_TRUE }, /* at least one format must be supported */
458 GL_TRUE }, /* at least one format must be supported */
480 ctx->Extensions.ARB_ES2_compatibility = GL_TRUE;
481 ctx->Extensions.ARB_copy_buffer = GL_TRUE;
482 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE;
[all...]
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DQuery11.cpp93 if (mQuery != NULL && mStatus != GL_TRUE)
99 mStatus = GL_TRUE;
105 mResult = (numPixels > 0) ? GL_TRUE : GL_FALSE;
113 return gl::error(GL_OUT_OF_MEMORY, GL_TRUE);
119 return GL_TRUE; // prevent blocking when query is null
H A DQuery9.cpp94 if (mQuery != NULL && mStatus != GL_TRUE)
101 mStatus = GL_TRUE;
107 mResult = (numPixels > 0) ? GL_TRUE : GL_FALSE;
116 return gl::error(GL_OUT_OF_MEMORY, GL_TRUE);
122 return GL_TRUE; // prevent blocking when query is null
H A DFence11.cpp63 return gl::error(GL_INVALID_OPERATION, GL_TRUE);
70 return gl::error(GL_OUT_OF_MEMORY, GL_TRUE);
107 params[0] = GL_TRUE;
115 params[0] = GL_TRUE;
H A DFence9.cpp62 return gl::error(GL_INVALID_OPERATION, GL_TRUE);
70 return gl::error(GL_OUT_OF_MEMORY, GL_TRUE);
107 params[0] = GL_TRUE;
115 params[0] = GL_TRUE;
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgl2ext_ppapi.c13 #ifndef GL_TRUE
14 #define GL_TRUE 1 macro
15 #endif // GL_TRUE
76 return g_gles2_interface ? GL_TRUE : GL_FALSE;
81 return GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texmat.c64 return GL_TRUE;
79 return GL_TRUE;
100 return GL_TRUE;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texmat.c64 return GL_TRUE;
79 return GL_TRUE;
100 return GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h50 to_nouveau_texture(t)->dirty = GL_TRUE
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h88 rmesa->hw.ATOM.dirty = GL_TRUE; \
89 rmesa->radeon.hw.is_dirty = GL_TRUE; \
113 atom->dirty = GL_TRUE;
114 rmesa->radeon.hw.is_dirty = GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h105 rmesa->hw.ATOM.dirty = GL_TRUE; \
106 rmesa->radeon.hw.is_dirty = GL_TRUE; \
119 atom->dirty = GL_TRUE;
120 rmesa->radeon.hw.is_dirty = GL_TRUE;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h50 to_nouveau_texture(t)->dirty = GL_TRUE
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h88 rmesa->hw.ATOM.dirty = GL_TRUE; \
89 rmesa->radeon.hw.is_dirty = GL_TRUE; \
113 atom->dirty = GL_TRUE;
114 rmesa->radeon.hw.is_dirty = GL_TRUE;

Completed in 522 milliseconds

1234567891011>>