Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp209 fFunctions.fCoverageModulation = bind_to_member(this, &GrGLTestInterface::coverageModulation); in GrGLTestInterface()
DGrGLTestInterface.h211 virtual GrGLvoid coverageModulation(GrGLenum components) {} in coverageModulation() function
/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/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp12947 auto coverageModulation = chain_util::Init<VkPipelineCoverageModulationStateCreateInfoNV>(); in TEST_F() local
12952 chain.Add(VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME, coverageModulation); in TEST_F()