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

  /external/skia/include/gpu/
GrTexture.h 43 typedef void* ReleaseCtx;
44 typedef void (*ReleaseProc)(ReleaseCtx);
46 virtual void setRelease(ReleaseProc proc, ReleaseCtx ctx) = 0;
  /external/skia/src/gpu/vk/
GrVkImage.h 89 typedef void* ReleaseCtx;
90 typedef void (*ReleaseProc)(ReleaseCtx);
92 void setResourceRelease(ReleaseProc proc, ReleaseCtx ctx);
131 void setRelease(ReleaseProc proc, ReleaseCtx ctx) const {
137 mutable ReleaseCtx fReleaseCtx;
GrVkTexture.h 38 void setRelease(GrTexture::ReleaseProc proc, GrTexture::ReleaseCtx ctx) override {
GrVkImage.cpp 155 void GrVkImage::setResourceRelease(ReleaseProc proc, ReleaseCtx ctx) {
  /external/skia/src/gpu/gl/
GrGLTexture.h 48 void setRelease(ReleaseProc proc, ReleaseCtx ctx) override {
106 ReleaseCtx fReleaseCtx = nullptr;
  /external/skia/src/gpu/mock/
GrMockTexture.h 31 void setRelease(ReleaseProc proc, ReleaseCtx ctx) override {
50 ReleaseCtx fReleaseCtx;

Completed in 2845 milliseconds