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

  /external/skia/src/gpu/
GrTextureOpList.cpp 132 auto checkInstantiation = [ &hasUninstantiatedProxy ] (GrSurfaceProxy* p) {
141 op->visitProxies(checkInstantiation);
GrRenderTargetOpList.cpp 243 auto checkInstantiation = [ &hasUninstantiatedProxy ] (GrSurfaceProxy* p) {
250 recordedOp.visitProxies(checkInstantiation);
  /external/skqp/src/gpu/
GrTextureOpList.cpp 132 auto checkInstantiation = [ &hasUninstantiatedProxy ] (GrSurfaceProxy* p) {
141 op->visitProxies(checkInstantiation);
GrRenderTargetOpList.cpp 243 auto checkInstantiation = [ &hasUninstantiatedProxy ] (GrSurfaceProxy* p) {
250 recordedOp.visitProxies(checkInstantiation);

Completed in 89 milliseconds