HomeSort by relevance Sort by last modified time
    Searched refs:fTempSurfaceDesc (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/vk/
GrVkGpu.cpp 286 tempDrawInfo->fTempSurfaceDesc.fFlags = kNone_GrSurfaceFlags;
287 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig;
288 tempDrawInfo->fTempSurfaceDesc.fWidth = width;
289 tempDrawInfo->fTempSurfaceDesc.fHeight = height;
290 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0;
291 tempDrawInfo->fTempSurfaceDesc.fOrigin = kTopLeft_GrSurfaceOrigin;
307 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config();
    [all...]
  /external/skia/src/gpu/
GrGpu.h 168 GrSurfaceDesc fTempSurfaceDesc;
220 GrSurfaceDesc fTempSurfaceDesc;
GrContext.cpp 305 tempDrawInfo.fTempSurfaceDesc,
469 tempDrawInfo.fTempSurfaceDesc.fWidth,
470 tempDrawInfo.fTempSurfaceDesc.fHeight,
471 tempDrawInfo.fTempSurfaceDesc.fConfig,
473 tempDrawInfo.fTempSurfaceDesc.fSampleCnt,
474 tempDrawInfo.fTempSurfaceDesc.fOrigin);
    [all...]
GrGpu.cpp 314 !this->caps()->isConfigRenderable(tempDrawInfo->fTempSurfaceDesc.fConfig, false)) {
358 !this->caps()->isConfigTexturable(tempDrawInfo->fTempSurfaceDesc.fConfig)) {
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 679 tempDrawInfo->fTempSurfaceDesc.fFlags = kNone_GrSurfaceFlags;
680 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig;
681 tempDrawInfo->fTempSurfaceDesc.fWidth = width;
682 tempDrawInfo->fTempSurfaceDesc.fHeight = height;
683 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0;
684 tempDrawInfo->fTempSurfaceDesc.fOrigin = kTopLeft_GrSurfaceOrigin; // no CPU y-flip for TL.
691 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config();
697 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config();
705 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config();
    [all...]

Completed in 125 milliseconds