Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h245 bool crossContextTextureSupport() const { return fCrossContextTextureSupport; } in crossContextTextureSupport() function
/external/skia/src/gpu/
DGrCaps.h353 bool crossContextTextureSupport() const { return fCrossContextTextureSupport; } in crossContextTextureSupport() function
/external/skqp/src/image/
DSkImage_Gpu.cpp447 if (!context || !context->contextPriv().caps()->crossContextTextureSupport()) { in MakeCrossContextFromEncoded()
499 if (!context || !context->contextPriv().caps()->crossContextTextureSupport()) { in MakeCrossContextFromPixmap()
/external/skqp/tests/
DImageTest.cpp879 if (!ctx->contextPriv().caps()->crossContextTextureSupport()) { in test_cross_context_image()
1059 if (!ctx || !ctx->contextPriv().caps()->crossContextTextureSupport()) { in DEF_GPUTEST()
/external/skia/tests/
DImageTest.cpp899 if (!dContext->priv().caps()->crossContextTextureSupport()) { in test_cross_context_image()
1064 if (!dContext || !dContext->priv().caps()->crossContextTextureSupport()) { in DEF_GPUTEST()
/external/skia/src/image/
DSkImage_Gpu.cpp639 if (!dContext || !dContext->priv().caps()->crossContextTextureSupport()) { in MakeCrossContextFromPixmap()