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

  /external/skia/src/gpu/mock/
GrMockTexture.h 24 fReleaseProc(fReleaseCtx);
33 fReleaseCtx = ctx;
45 , fReleaseCtx(nullptr) {}
50 ReleaseCtx fReleaseCtx;
  /external/skia/include/core/
SkRasterHandleAllocator.h 45 // with it: the pixels, the "handle", etc. This is passed the pixel address and fReleaseCtx.
47 void* fReleaseCtx; // context passed to fReleaseProc
  /external/skia/src/gpu/gl/
GrGLTexture.h 50 fReleaseCtx = ctx;
92 fReleaseProc(fReleaseCtx);
106 ReleaseCtx fReleaseCtx = nullptr;
  /external/skia/src/gpu/vk/
GrVkImage.h 109 , fReleaseCtx(nullptr)
117 , fReleaseCtx(nullptr)
133 fReleaseCtx = ctx;
137 mutable ReleaseCtx fReleaseCtx;
161 fReleaseProc(fReleaseCtx);

Completed in 460 milliseconds