/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 597 int stencilBits = rt.stencilBits(); in validate_backend_render_target() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStencilTests.cpp | 257 void StencilCase::visualizeStencil (sglr::Context& context, int stencilBits, int stencilStep) in visualizeStencil() argument 281 int stencilBits = renderTarget.getStencilBits(); in iterate() local 401 genOps(vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) genOps() argument [all...] |
H A D | es3fFboInvalidateTests.cpp | 120 const int stencilBits = renderTargetInfo.getStencilBits(); in getCompatibleDepthStencilFormat() local
|
H A D | es3fDepthStencilTests.cpp | 210 int stencilBits; member 232 void getStencilTestValues (int stencilBits, int numValues, int* values) in getStencilTestValues() argument 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits) in renderReference() argument [all...] |
H A D | es3fIntegerStateQueryTests.cpp | 335 void GetBooleanVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument 522 void GetIntegerVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument 708 verifyStencilMaskInitial(tcu::TestContext& testCtx, GLenum name, int stencilBits) verifyStencilMaskInitial() argument 898 verifyStencilMaskInitial(tcu::TestContext& testCtx, GLenum name, int stencilBits) verifyStencilMaskInitial() argument 1263 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1304 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1502 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1536 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1570 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1601 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 2289 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 166 const int stencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilAccess(dst, tcu::Sampler::MODE_STENCIL).getFormat()).x(); in renderTestPatternReference() local
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLContextFactory.cpp | 450 EGLint width, height, depthBits, stencilBits, numSamples; in create() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fStencilTests.cpp | 254 void StencilCase::visualizeStencil (sglr::Context& context, int stencilBits, int stencilStep) in visualizeStencil() argument 278 int stencilBits = renderTarget.getStencilBits(); in iterate() local 398 genOps(vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) genOps() argument [all...] |
H A D | es2fDepthStencilTests.cpp | 210 int stencilBits; member 232 void getStencilTestValues (int stencilBits, int numValues, int* values) in getStencilTestValues() argument 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits) in renderReference() argument [all...] |
H A D | es2fIntegerStateQueryTests.cpp | 303 void GetBooleanVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument 471 void GetIntegerVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument 642 verifyStencilMaskInitial(tcu::TestContext& testCtx, GLenum name, int stencilBits) verifyStencilMaskInitial() argument 983 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1024 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1221 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1255 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1289 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1320 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local 1761 const int stencilBits = m_context.getRenderTarget().getStencilBits(); test() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 2340 GLint stencilBits = 0; in TEST_P() local 2374 GLint stencilBits = 0; in TEST_P() local 2408 GLint stencilBits = 0; in TEST_P() local
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 211 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() argument 306 ReferenceContextBuffers::ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int samples) in ReferenceContextBuffers() argument [all...] |
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 753 const int stencilBits = getValueOrDefault(renderCfg, &RenderConfig::stencilBits, 8); in toRenderTarget() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 891 AddDepthStencilFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, GLuint depthBits, GLuint stencilBits, GLuint unusedBits, GLenum format, GLenum type, GLenum componentType, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddDepthStencilFormat() argument [all...] |
H A D | validationES.cpp | 3923 const GLuint stencilBits = dsAttachment ? dsAttachment->getStencilSize() : 0; in ValidateDrawStates() local
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderTests.cpp | 409 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() argument 419 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depthBits, const int stencilBits, const int numSamples, const int subpixelBits) in renderReference() argument 743 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE); in executeForContexts() local 950 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE); in executeForContexts() local [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 3911 auto stencilBits = SkToInt(GrGLFormatStencilBits(this->glCaps().stencilFormats()[sFormatIdx])); in createTestingOnlyBackendRenderTarget() local
|
/third_party/glfw/src/ |
H A D | internal.h | 473 int stencilBits; member
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 1884 UINT_32 stencilBits; ///< Bits for stencil member
|