Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h243 bool crossContextTextureSupport() const { return fCrossContextTextureSupport; } in crossContextTextureSupport() function
/external/skqp/src/gpu/
DGrCaps.h245 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/skia/src/image/
DSkImage_Gpu.cpp458 if (!context || !context->priv().caps()->crossContextTextureSupport()) { in MakeCrossContextFromEncoded()
519 if (!context || !context->priv().caps()->crossContextTextureSupport()) { in MakeCrossContextFromPixmap()
/external/skia/tests/
DImageTest.cpp879 if (!ctx->priv().caps()->crossContextTextureSupport()) { in test_cross_context_image()
1059 if (!ctx || !ctx->priv().caps()->crossContextTextureSupport()) { in DEF_GPUTEST()
/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()