Searched refs:asTextureOpList (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureOpList.h57 GrTextureOpList* asTextureOpList() override { return this; }
H A DGrSurfaceProxy.cpp255 return fLastOpList ? fLastOpList->asTextureOpList() : nullptr;
/external/skqp/src/gpu/
H A DGrTextureOpList.h57 GrTextureOpList* asTextureOpList() override { return this; }
H A DGrSurfaceProxy.cpp227 return fLastOpList ? fLastOpList->asTextureOpList() : nullptr;
/external/skia/include/private/
H A DGrOpList.h82 virtual GrTextureOpList* asTextureOpList() { return nullptr; } function in class:GrOpList
/external/skqp/include/private/
H A DGrOpList.h93 virtual GrTextureOpList* asTextureOpList() { return nullptr; } function in class:GrOpList

Completed in 1047 milliseconds