Searched refs:MatrixIndex (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | glthread_marshal.h | 557 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 …]
|
D | glthread_get.c | 85 *p = ctx->GLThread.MatrixStackDepth[ctx->GLThread.MatrixIndex] + 1; in _mesa_marshal_GetIntegerv()
|
D | glthread.h | 229 gl_matrix_index MatrixIndex; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_matrix_palette.txt | 126 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]]
|
D | ARB_vertex_program.txt | 1891 MatrixIndex[type]vARB(matrix index array size,
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_matrix_palette.txt | 136 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]]
|
D | ARB_vertex_program.txt | 1901 MatrixIndex[type]vARB(matrix index array size,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_matrix_palette.txt | 214 M_i = MatrixPalette[MatrixIndex[i]], 289 M_i = MatrixPalette[MatrixIndex[i]],
|
/third_party/openGLES/extensions/OES/ |
D | OES_matrix_palette.txt | 224 M_i = MatrixPalette[MatrixIndex[i]], 299 M_i = MatrixPalette[MatrixIndex[i]],
|