Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h43 int effectiveSampleCnt() const { in effectiveSampleCnt() function
/external/skia/gm/
Dsamplelocations.cpp130 f->getProgramBuilder()->effectiveSampleCnt()); in onEmitCode()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3929 int effectiveSampleCnt; in querySampleLocations() local
3930 GR_GL_GetIntegerv(this->glInterface(), GR_GL_SAMPLES, &effectiveSampleCnt); in querySampleLocations()
3931 SkASSERT(effectiveSampleCnt >= renderTarget->numStencilSamples()); in querySampleLocations()
3933 sampleLocations->reset(effectiveSampleCnt); in querySampleLocations()
3934 for (int i = 0; i < effectiveSampleCnt; ++i) { in querySampleLocations()