Home
last modified time | relevance | path

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

/external/skia/gm/
Drectangletexture.cpp68 const GrGLContext* glCtx = gpu->glContextForTesting(); in createRectangleTextureImg()
/external/skia/bench/
DGLBench.cpp32 const GrGLContext* ctx = gpu->glContextForTesting(); in getGLContext()
/external/skia/src/gpu/
DGrGpu.h499 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting() function
/external/skia/src/gpu/gl/
DGrGLGpu.h139 const GrGLContext* glContextForTesting() const override { in glContextForTesting() function
/external/skia/tests/
DResourceCacheTest.cpp212 if (!gpu || !gpu->glContextForTesting()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()