Home
last modified time | relevance | path

Searched refs:coverageModulation (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp210 fFunctions.fCoverageModulation = bind_to_member(this, &GrGLTestInterface::coverageModulation); in GrGLTestInterface()
DGrGLTestInterface.h211 virtual GrGLvoid coverageModulation(GrGLenum components) {} in coverageModulation() function
/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h453 void coverageModulation(GLenum components); \
DContext.cpp2646 void Context::coverageModulation(GLenum components) in coverageModulation() function in gl::Context
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp1397 auto coverageModulation = chain_util::Init<VkPipelineCoverageModulationStateCreateInfoNV>(); in TEST_F() local
1402 chain.Add(VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME, coverageModulation); in TEST_F()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3591 context->coverageModulation(components); in GL_CoverageModulationCHROMIUM()