Home
last modified time | relevance | path

Searched refs:fSampleLocationsSupport (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrCaps.h58 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()
338 bool fSampleLocationsSupport : 1; variable
DGrCaps.cpp28 fSampleLocationsSupport = false; in GrCaps()
191 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
/external/skqp/src/gpu/
DGrCaps.h58 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()
340 bool fSampleLocationsSupport : 1; variable
DGrCaps.cpp28 fSampleLocationsSupport = false; in GrCaps()
190 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm255 fSampleLocationsSupport = false;
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm255 fSampleLocationsSupport = false;
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp140 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init()
143 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp140 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init()
143 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init()