Home
last modified time | relevance | path

Searched defs:glContextForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.h661 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting() function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h237 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting() function