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

  /external/skia/include/core/
SkMallocPixelRef.h 51 * rowBytes, and optional colortable. On destruction, ReleaseProc
54 * If ReleaseProc is NULL, the pixels will never be released. This
61 typedef void (*ReleaseProc)(void* addr, void* context);
63 ReleaseProc proc, void* context);
84 ReleaseProc fReleaseProc;
87 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, ReleaseProc proc, void* context);
SkData.h 75 typedef void (*ReleaseProc)(const void* ptr, void* context);
99 * releaseproc to free it. The proc may be NULL.
101 static sk_sp<SkData> MakeWithProc(const void* ptr, size_t length, ReleaseProc proc, void* ctx);
162 ReleaseProc fReleaseProc;
167 SkData(const void* ptr, size_t size, ReleaseProc, void* context);
  /external/skqp/include/core/
SkMallocPixelRef.h 51 * rowBytes, and optional colortable. On destruction, ReleaseProc
54 * If ReleaseProc is NULL, the pixels will never be released. This
61 typedef void (*ReleaseProc)(void* addr, void* context);
63 ReleaseProc proc, void* context);
84 ReleaseProc fReleaseProc;
87 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, ReleaseProc proc, void* context);
SkData.h 75 typedef void (*ReleaseProc)(const void* ptr, void* context);
99 * releaseproc to free it. The proc may be NULL.
101 static sk_sp<SkData> MakeWithProc(const void* ptr, size_t length, ReleaseProc proc, void* ctx);
162 ReleaseProc fReleaseProc;
167 SkData(const void* ptr, size_t size, ReleaseProc, void* context);
  /external/skqp/include/gpu/
GrTexture.h 57 typedef void (*ReleaseProc)(ReleaseCtx);
58 void setRelease(ReleaseProc proc, ReleaseCtx ctx) {
  /external/skia/src/gpu/
GrProxyProvider.h 105 typedef void (*ReleaseProc)(ReleaseContext);
113 ReleaseProc = nullptr, ReleaseContext = nullptr);
120 GrWrapCacheable, ReleaseProc,
127 ReleaseProc, ReleaseContext);
GrContextPriv.h 141 typedef void (*ReleaseProc)(ReleaseContext);
149 ReleaseProc = nullptr,
157 ReleaseProc = nullptr,
  /external/skia/include/gpu/
GrSurface.h 56 typedef void (*ReleaseProc)(ReleaseCtx);
57 void setRelease(ReleaseProc proc, ReleaseCtx ctx) {
141 // ReleaseProc to be called.
  /external/skqp/src/gpu/
GrProxyProvider.h 109 typedef void (*ReleaseProc)(ReleaseContext);
117 ReleaseProc = nullptr, ReleaseContext = nullptr);
  /external/skia/src/core/
SkBitmapCache.cpp 106 static void ReleaseProc(void* addr, void* ctx) {
142 bitmap->installPixels(fInfo, fDM ? fDM->data() : fMalloc, fRowBytes, ReleaseProc, this);
  /external/skia/src/gpu/vk/
GrVkImage.h 140 typedef void (*ReleaseProc)(ReleaseCtx);
212 // the ReleaseProc to be called.
  /external/skqp/src/core/
SkBitmapCache.cpp 106 static void ReleaseProc(void* addr, void* ctx) {
142 bitmap->installPixels(fInfo, fDM ? fDM->data() : fMalloc, fRowBytes, ReleaseProc, this);
  /external/skqp/src/gpu/vk/
GrVkImage.h 131 typedef void (*ReleaseProc)(ReleaseCtx);
223 // the ReleaseProc to be called.
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 624 static void ReleaseProc(const void* ptr, void* context) {
649 &ReleaseProc,
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 624 static void ReleaseProc(const void* ptr, void* context) {
649 &ReleaseProc,
    [all...]

Completed in 729 milliseconds