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

  /external/deqp/modules/egl/
teglImageUtil.cpp 319 static const deUint32 stencilValues[] =
344 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilValues); ++ndx)
346 const deUint32 stencil = stencilValues[ndx] & stencilMask;
347 const tcu::IVec2 size = tcu::IVec2((int)((DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * (ref.getWidth() / float(DE_LENGTH_OF_ARRAY(stencilValues)))),
348 (int)((DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * (ref.getHeight() / float(DE_LENGTH_OF_ARRAY(stencilValues) + 4)))); // not symmetric
  /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);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 259 int stencilValues[numL0CellsX*numL0CellsY];
269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]);
284 int stencilValue = stencilValues[y0*numL0CellsX + x0];
340 int stencilValues[numValues];
342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]);
355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx];
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 259 int stencilValues[numL0CellsX*numL0CellsY];
269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]);
284 int stencilValue = stencilValues[y0*numL0CellsX + x0];
340 int stencilValues[numValues];
342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]);
355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx];
    [all...]

Completed in 51 milliseconds