Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Drectangletexture.cpp87 return context->priv().getGpu()->glContextForTesting(); in GetGLContextIfSupported()
/third_party/flutter/skia/src/gpu/
DGrGpu.h470 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting() function
/third_party/skia/src/gpu/
DGrGpu.h613 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h151 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } 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()
/third_party/flutter/skia/tests/
DResourceCacheTest.cpp197 if (!gpu || !gpu->glContextForTesting()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()