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

  /external/skia/include/gpu/
GrContext.h 88 * functions that lock textures. Passed to unlockTexture.
117 * its "locked" entry. Must call be balanced with an unlockTexture() call.
141 * Must be balanced with an unlockTexture() call.
196 * unlocked. Must call be balanced with an unlockTexture() call.
207 * When done with an entry, call unlockTexture(entry) on it, which returns
210 void unlockTexture(TextureCacheEntry entry);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 256 fContext->unlockTexture(fCache);
    [all...]
GrContext.cpp 499 void GrContext::unlockTexture(TextureCacheEntry entry) {
    [all...]

Completed in 153 milliseconds