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

  /external/skia/include/gpu/
GrSurface.h 22 class SK_API GrSurface : public GrGpuResource {
202 GrSurface(GrGpu* gpu, const GrSurfaceDesc& desc)
209 ~GrSurface() override;
  /external/skia/src/gpu/
GrSurface.cpp 8 #include "GrSurface.h"
17 GrSurface::~GrSurface() {
27 size_t GrSurface::WorstCaseSize(const GrSurfaceDesc& desc, bool useNextPow2) {
64 size_t GrSurface::ComputeSize(const GrSurfaceDesc& desc,
142 bool GrSurface::writePixels(SkColorSpace* dstColorSpace, int left, int top, int width, int height,
154 bool GrSurface::readPixels(SkColorSpace* srcColorSpace, int left, int top, int width, int height,
166 void GrSurface::flushWrites() {
172 bool GrSurface::hasPendingRead() const {
184 bool GrSurface::hasPendingWrite() const
    [all...]

Completed in 287 milliseconds