Searched refs:coverageModulation (Results 1 – 6 of 6) sorted by relevance
210 fFunctions.fCoverageModulation = bind_to_member(this, &GrGLTestInterface::coverageModulation); in GrGLTestInterface()
211 virtual GrGLvoid coverageModulation(GrGLenum components) {} in coverageModulation() function
453 void coverageModulation(GLenum components); \
2646 void Context::coverageModulation(GLenum components) in coverageModulation() function in gl::Context
1397 auto coverageModulation = chain_util::Init<VkPipelineCoverageModulationStateCreateInfoNV>(); in TEST_F() local1402 chain.Add(VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME, coverageModulation); in TEST_F()
3591 context->coverageModulation(components); in GL_CoverageModulationCHROMIUM()