HomeSort by relevance Sort by last modified time
    Searched refs:fSampleCnt (Results 26 - 37 of 37) sorted by null

12

  /external/skia/src/gpu/
GrYUVProvider.cpp 130 desc.fSampleCnt));
GrContext.cpp 524 tempDrawInfo.fTempSurfaceDesc.fSampleCnt,
822 desc.fSampleCnt = sampleCnt;
    [all...]
SkGr.cpp 48 desc.fSampleCnt = 0;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 80 desc.fSampleCnt, format);
GrGLGpu.cpp 575 surfDesc.fSampleCnt = this->caps()->getSampleCount(sampleCnt, backendTex.config());
619 desc.fSampleCnt = this->caps()->getSampleCount(backendRT.sampleCnt(), backendRT.config());
650 surfDesc.fSampleCnt = this->caps()->getSampleCount(sampleCnt, tex.config());
717 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0;
    [all...]
  /external/skia/tests/
ProxyConversionTest.cpp 26 GrBackendRenderTarget backendRT(desc.fWidth, desc.fHeight, desc.fSampleCnt, 8,
TransferPixelsTest.cpp 100 desc.fSampleCnt = 0;
ResourceCacheTest.cpp 102 smallDesc.fSampleCnt = 0;
142 bigDesc.fSampleCnt = 0;
157 smallMSAADesc.fSampleCnt = supportedSampleCount;
189 if (supportedSampleCount != smallMSAADesc.fSampleCnt &&
191 smallMSAADesc.fSampleCnt = supportedSampleCount;
    [all...]
WritePixelsTest.cpp 437 desc.fSampleCnt = sampleCnt;
BlurTest.cpp 275 desc.fSampleCnt = 0;
SkpSkGrTest.cpp 445 desc.fSampleCnt = 0;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 347 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0;
    [all...]

Completed in 1041 milliseconds

12