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

  /external/skia/src/gpu/
GrTextureOpList.cpp 79 bool GrTextureOpList::copySurface(GrSurface* dst,
GrGpu.cpp 267 bool GrGpu::copySurface(GrSurface* dst,
GrRenderTargetOpList.cpp 225 bool GrRenderTargetOpList::copySurface(GrSurface* dst,
  /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 82 milliseconds