Home
last modified time | relevance | path

Searched refs:MatrixIndex (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h557 ctx->GLThread.MatrixIndex = _mesa_get_matrix_index(ctx, attr->MatrixMode); in _mesa_glthread_PopAttrib()
565 if (M_MODELVIEW == ctx->GLThread.MatrixIndex) { in is_matrix_stack_full()
567 } else if (M_PROJECTION == ctx->GLThread.MatrixIndex) { in is_matrix_stack_full()
569 } else if (M_PROGRAM_LAST >= ctx->GLThread.MatrixIndex) { in is_matrix_stack_full()
571 } else if (M_TEXTURE_LAST >= ctx->GLThread.MatrixIndex) { in is_matrix_stack_full()
614 ctx->GLThread.MatrixIndex = _mesa_get_matrix_index(ctx, texture); in _mesa_glthread_ActiveTexture()
623 if (is_matrix_stack_full(ctx, ctx->GLThread.MatrixIndex)) in _mesa_glthread_PushMatrix()
626 ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex]++; in _mesa_glthread_PushMatrix()
635 if (ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex] == 0) in _mesa_glthread_PopMatrix()
638 ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex]--; in _mesa_glthread_PopMatrix()
[all …]
Dglthread_get.c85 *p = ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex] + 1; in _mesa_marshal_GetIntegerv()
Dglthread.h229 gl_matrix_index MatrixIndex; member
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_matrix_palette.txt126 void MatrixIndex{ubusui}vARB(int size, T *indices)
231 void MatrixIndex{ubusui}vARB(int size, T *indices);
354 Index[type]v, Normal[type]v, MatrixIndex[type]vARB, and
387 M_i = MatrixPalette[MatrixIndex[i]], if VERTEX_BLEND_ARB,
463 M_i = MatrixPalette[MatrixIndex[i]]
DARB_vertex_program.txt1891 MatrixIndex[type]vARB(matrix index array size,
/third_party/openGLES/extensions/ARB/
DARB_matrix_palette.txt136 void MatrixIndex{ubusui}vARB(int size, T *indices)
241 void MatrixIndex{ubusui}vARB(int size, T *indices);
364 Index[type]v, Normal[type]v, MatrixIndex[type]vARB, and
397 M_i = MatrixPalette[MatrixIndex[i]], if VERTEX_BLEND_ARB,
473 M_i = MatrixPalette[MatrixIndex[i]]
DARB_vertex_program.txt1901 MatrixIndex[type]vARB(matrix index array size,
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt214 M_i = MatrixPalette[MatrixIndex[i]],
289 M_i = MatrixPalette[MatrixIndex[i]],
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt224 M_i = MatrixPalette[MatrixIndex[i]],
299 M_i = MatrixPalette[MatrixIndex[i]],