Lines Matching defs:direct
138 // We have a non abandoned and direct GrContext. It must have a GrGpu.
263 auto direct = fContext->asDirectContext();
264 if (!direct) {
267 GrGpu* gpu = direct->priv().getGpu();
524 auto direct = fContext->asDirectContext();
525 SkASSERT(direct);
526 GrGpu* gpu = direct->priv().getGpu();
527 // We have a non abandoned and direct GrContext. It must have a GrGpu.
540 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) {
994 auto direct = fContext->asDirectContext();
995 if (!direct) {
999 auto resourceCache = direct->priv().getResourceCache();