Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/mesa/
DGLTestContext_mesa.h14 GLTestContext* CreateMesaGLTestContext(GLTestContext* shareContext);
DGLTestContext_mesa.cpp147 GLTestContext *CreateMesaGLTestContext(GLTestContext* shareContext) { in CreateMesaGLTestContext() function
/external/skia/tools/gpu/
DGrContextFactory.cpp180 glCtx = CreateMesaGLTestContext(glShareContext); in getContextInfoInternal()