Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGpu.h630 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting() function
/third_party/skia/m133/src/gpu/ganesh/
DGrGpu.h683 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/m133/src/gpu/ganesh/gl/
DGrGLGpu.h237 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting() function