Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp153 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D9, ANGLEContextVersion::kES2, in getContextInfoInternal()
157 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES2, in getContextInfoInternal()
161 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES3, in getContextInfoInternal()
165 glCtx = MakeANGLETestContext(ANGLEBackend::kOpenGL, ANGLEContextVersion::kES2, in getContextInfoInternal()
169 glCtx = MakeANGLETestContext(ANGLEBackend::kOpenGL, ANGLEContextVersion::kES3, in getContextInfoInternal()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.h33 std::unique_ptr<GLTestContext> MakeANGLETestContext(ANGLEBackend, ANGLEContextVersion,
DGLTestContext_angle.cpp314 sk_gpu_test::MakeANGLETestContext(fType, fVersion, nullptr, fDisplay); in makeNew()
395 std::unique_ptr<GLTestContext> MakeANGLETestContext(ANGLEBackend type, ANGLEContextVersion version, in MakeANGLETestContext() function