Home
last modified time | relevance | path

Searched refs:crossContextTextureSupport (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h366 bool crossContextTextureSupport() const { return fCrossContextTextureSupport; } in crossContextTextureSupport() function
/third_party/skia/tests/
DImageTest.cpp899 if (!dContext->priv().caps()->crossContextTextureSupport()) { in test_cross_context_image()
1064 if (!dContext || !dContext->priv().caps()->crossContextTextureSupport()) { in DEF_GPUTEST()
/third_party/skia/src/image/
DSkImage_Gpu.cpp636 if (!dContext || !dContext->priv().caps()->crossContextTextureSupport()) { in MakeCrossContextFromPixmap()