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

  /external/skia/src/gpu/
GrGpuResourceRef.cpp 68 void GrGpuResourceRef::markPendingIO() const {
GrProcessor.cpp 139 sampler->programTexture()->markPendingIO();
142 buffer->programBuffer()->markPendingIO();
145 imageStorage->programTexture()->markPendingIO();
  /external/skia/include/gpu/
GrGpuResourceRef.h 27 * 1. Calling markPendingIO() converts it from state 1 to state 2. Calling removeRef() goes from
58 pending on the resource when markPendingIO is called. */
62 pending on the resource when markPendingIO is called. */
68 void markPendingIO() const;
100 pending on the resource when markPendingIO is called. */
106 pending on the resource when markPendingIO is called. */

Completed in 100 milliseconds