Searched refs:contextIsProtected (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | VkProtectedContextTest.cpp | 137 bool contextIsProtected, in create_backend_texture_ganesh() argument 141 contextIsProtected); in create_backend_texture_ganesh() 156 REPORTER_ASSERT(reporter, backendTex.isValid() == (contextIsProtected == beTexIsProtected)); in create_backend_texture_ganesh() 170 for (bool contextIsProtected : { true, false }) { in DEF_GANESH_TEST() 172 create_backend_texture_ganesh(reporter, contextIsProtected, beTexIsProtected); in DEF_GANESH_TEST() 182 bool contextIsProtected, in create_backend_texture_graphite() argument 187 contextIsProtected); in create_backend_texture_graphite() 204 REPORTER_ASSERT(reporter, backendTex.isValid() == (contextIsProtected == beTexIsProtected)); in create_backend_texture_graphite() 218 for (bool contextIsProtected : { true, false }) { in DEF_GRAPHITE_TEST() 220 create_backend_texture_graphite(reporter, contextIsProtected, beTexIsProtected); in DEF_GRAPHITE_TEST()
|
/external/skia/src/gpu/graphite/ |
D | Context.cpp | 701 Protected contextIsProtected = fSharedContext->isProtected(); in transferPixels() local 704 contextIsProtected))) { in transferPixels() 714 contextIsProtected))) { in transferPixels()
|