HomeSort by relevance Sort by last modified time
    Searched refs:stencilValues (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/
Stencil_Test.c 128 GLuint stencilValues[NumTests] = {
220 // stencilValues arrays for the fourth tests. We'll use this value
224 stencilValues[3] = ~(((1 << numStencilBits) - 1) & 0x1) & 0xff;
234 glStencilFunc( GL_EQUAL, stencilValues[i], 0xff );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 625 GLubyte *stencilValues = (GLubyte *) zValues; /* re-use buffer */
627 _mesa_unpack_stencil_span(ctx, width, stencilType, stencilValues,
632 x, y + i, stencilValues);
634 _swrast_write_stencil_span(ctx, width, x, y + i, stencilValues);
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 625 GLubyte *stencilValues = (GLubyte *) zValues; /* re-use buffer */
627 _mesa_unpack_stencil_span(ctx, width, stencilType, stencilValues,
632 x, y + i, stencilValues);
634 _swrast_write_stencil_span(ctx, width, x, y + i, stencilValues);

Completed in 1386 milliseconds