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

  /external/skia/src/gpu/
GrTextureOpList.h 54 bool copySurface(GrSurface* dst,
GrRenderTargetOpList.h 101 bool copySurface(GrSurface* dst,
GrTextureOpList.cpp 79 bool GrTextureOpList::copySurface(GrSurface* dst,
GrTextureContext.cpp 86 // We can't yet fully defer copies to textures, so GrTextureContext::copySurface will
98 bool result = opList->copySurface(tex.get(), src.get(), srcRect, dstPoint);
GrGpu.h 329 bool copySurface(GrSurface* dst,
GrRenderTargetOpList.cpp 225 bool GrRenderTargetOpList::copySurface(GrSurface* dst,
GrGpu.cpp 267 bool GrGpu::copySurface(GrSurface* dst,
GrRenderTargetContext.cpp 155 return this->getOpList()->copySurface(rt.get(), src.get(), srcRect, dstPoint);
    [all...]
  /external/skia/src/gpu/ops/
GrCopySurfaceOp.h 21 * currently a workaround in GrContext::copySurface() for non-render target dsts that relies
33 const char* name() const override { return "CopySurface"; }
62 state->gpu()->copySurface(fDst.get(), fSrc.get(), fSrcRect, fDstPoint);
  /external/skia/tests/
IntTextureTest.cpp 128 GrSurface* copySurface = dstContext->asTextureProxy()->instantiate(
130 REPORTER_ASSERT(reporter, copySurface);
131 if (!copySurface) {
136 bool success = copySurface->readPixels(0, 0, kS, kS,

Completed in 207 milliseconds