HomeSort by relevance Sort by last modified time
    Searched full:restartindex (Results 1 - 14 of 14) sorted by null

  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 246 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE
251 DE_ASSERT(restartIndex != 0);
258 addIndex(restartIndex);
260 addIndex(restartIndex);
288 addIndex(restartIndex);
290 addIndex(restartIndex);
324 addIndex(restartIndex);
326 addIndex(restartIndex);
355 addIndex(restartIndex);
357 addIndex(restartIndex);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 55 cut_index_will_work = (ctx->Array.RestartIndex & 0xff) == 0xff;
58 cut_index_will_work = (ctx->Array.RestartIndex & 0xffff) == 0xffff;
61 cut_index_will_work = ctx->Array.RestartIndex == 0xffffffff;
203 OUT_BATCH(ctx->Array.RestartIndex);
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 340 deUint32 restartIndex;
344 , restartIndex (0xFFFFFFFFul)
rrRenderer.hpp 93 bool isRestartIndex (size_t elementNdx, deUint32 restartIndex) const;
rrRenderer.cpp     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 94 const GLuint restartIndex = ctx->Array.RestartIndex;
113 if (ui_indices[i] != restartIndex) {
135 if (us_indices[i] != restartIndex) {
157 if (ub_indices[i] != restartIndex) {
601 if (ctx->Array.PrimitiveRestart && ctx->Array.RestartIndex < count) {
604 if (ctx->Array.RestartIndex == start) {
605 /* special case: RestartIndex at beginning */
612 else if (ctx->Array.RestartIndex == start + count - 1) {
613 /* special case: RestartIndex at end *
    [all...]
vbo_primitive_restart.c 174 GLuint restart_index = ctx->Array.RestartIndex;
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 247 info.restart_index = ctx->Array.RestartIndex;
  /external/mesa3d/src/mesa/main/
api_arrayelt.c     [all...]
varray.c     [all...]
attrib.c     [all...]
get.c     [all...]
mtypes.h     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 340 milliseconds