Home
last modified time | relevance | path

Searched refs:fSampleLocations (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DGpuSampleLocationsTest.cpp95 GrAlwaysAssert(specs.fSampleLocations); in assert_equal()
101 SkPoint expectedLocation = specs.fSampleLocations[i]; in assert_equal()
/external/skia/src/gpu/
DGrGpu.h340 fSampleLocations(locations) {} in MultisampleSpecs()
349 const SkPoint* fSampleLocations; member
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp307 m.mapPoints(offsets.begin(), specs.fSampleLocations, specs.fEffectiveSampleCnt); in defineSampleOffsetArray()