Home
last modified time | relevance | path

Searched refs:rasterSamples (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp128 fFunctions.fRasterSamples = bind_to_member(this, &GrGLTestInterface::rasterSamples); in GrGLTestInterface()
DGrGLTestInterface.h129 virtual GrGLvoid rasterSamples(GrGLuint samples, GrGLboolean fixedsamplelocations) {} in rasterSamples() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1749 Maybe<VkSampleCountFlagBits> rasterSamples; in createSubpassPipeline() local
1756 DE_ASSERT(!rasterSamples || *rasterSamples == attachment.getSamples()); in createSubpassPipeline()
1758 rasterSamples = attachment.getSamples(); in createSubpassPipeline()
1782 DE_ASSERT(!rasterSamples || *rasterSamples == attachment.getSamples()); in createSubpassPipeline()
1783 rasterSamples = attachment.getSamples(); in createSubpassPipeline()
1787 if (!rasterSamples) in createSubpassPipeline()
1788 rasterSamples = VK_SAMPLE_COUNT_1_BIT; in createSubpassPipeline()
1871 *rasterSamples, // rasterSamples in createSubpassPipeline()
/external/skia/src/gpu/gl/
DGrGLTestInterface.h129 virtual GrGLvoid rasterSamples(GrGLuint samples, GrGLboolean fixedsamplelocations) {} in rasterSamples() function