Searched refs:stencilValues (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/samples/stencil_operations/ |
D | StencilOperations.cpp | 103 GLuint stencilValues[testCount] = { in draw() local 186 stencilValues[3] = ~(((1 << stencilBitCount) - 1) & 0x1) & 0xff; in draw() 195 glStencilFunc(GL_EQUAL, stencilValues[i], 0xff); in draw()
|
/third_party/flutter/skia/third_party/externals/angle2/samples/stencil_operations/ |
D | StencilOperations.cpp | 103 GLuint stencilValues[testCount] = { in draw() local 186 stencilValues[3] = ~(((1 << stencilBitCount) - 1) & 0x1) & 0xff; in draw() 195 glStencilFunc(GL_EQUAL, stencilValues[i], 0xff); in draw()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageUtil.cpp | 349 static const deUint32 stencilValues[] = in initializeStencilRbo() local 374 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilValues); ++ndx) in initializeStencilRbo() 376 const deUint32 stencil = stencilValues[ndx] & stencilMask; in initializeStencilRbo() 377 …(int)((float)(DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_… in initializeStencilRbo() 378 …int)((float)(DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * ((float)ref.getHeight() / float(DE_LENGTH_… in initializeStencilRbo()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 259 int stencilValues[numL0CellsX*numL0CellsY]; in generateBaseClearAndDepthCommands() local 269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]); in generateBaseClearAndDepthCommands() 284 int stencilValue = stencilValues[y0*numL0CellsX + x0]; in generateBaseClearAndDepthCommands() 340 int stencilValues[numValues]; in generateStencilVisualizeCommands() local 342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]); in generateStencilVisualizeCommands() 355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx]; in generateStencilVisualizeCommands()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 259 int stencilValues[numL0CellsX*numL0CellsY]; in generateBaseClearAndDepthCommands() local 269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]); in generateBaseClearAndDepthCommands() 284 int stencilValue = stencilValues[y0*numL0CellsX + x0]; in generateBaseClearAndDepthCommands() 340 int stencilValues[numValues]; in generateStencilVisualizeCommands() local 342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]); in generateStencilVisualizeCommands() 355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx]; in generateStencilVisualizeCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 1105 const deUint32 stencilValues[] = { 0x80, 0x82, 0x81 }; in createRenderPassDitheringTests() local 1106 const deUint32 stencilValuesCount = sizeof(stencilValues) / sizeof(stencilValues[0]); in createRenderPassDitheringTests() 1123 testParams.stencilClearValue = stencilValues[j]; in createRenderPassDitheringTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 1105 const deUint32 stencilValues[] = { 0x80, 0x82, 0x81 }; in createRenderPassDitheringTests() local 1106 const deUint32 stencilValuesCount = sizeof(stencilValues) / sizeof(stencilValues[0]); in createRenderPassDitheringTests() 1123 testParams.stencilClearValue = stencilValues[j]; in createRenderPassDitheringTests()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 4973 const deUint32 stencilValues[] = { stencilValue0, stencilValue1 }; in initDepthStencilImageChessboardPattern() local 5071 deMemset(stencilPtr, stencilValues[bufferIdx], stencilBufferSize); in initDepthStencilImageChessboardPattern()
|