Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGpu.h620 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting() function
/third_party/skia/src/gpu/gl/
DGrGLGpu.h175 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting() function
/third_party/skia/tests/
DResourceCacheTest.cpp188 if (!gpu || !gpu->glContextForTesting()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()