Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp34 using sk_gpu_test::ANGLEBackend;
66 void* get_angle_egl_display(void* nativeDisplay, ANGLEBackend type) { in get_angle_egl_display()
78 case ANGLEBackend::kD3D9: in get_angle_egl_display()
81 case ANGLEBackend::kD3D11: in get_angle_egl_display()
84 case ANGLEBackend::kOpenGL: in get_angle_egl_display()
87 case ANGLEBackend::kMetal: in get_angle_egl_display()
97 ANGLEGLContext(ANGLEBackend, ANGLEContextVersion, ANGLEGLContext* shareContext, void* display);
116 ANGLEBackend fType;
181 ANGLEGLContext::ANGLEGLContext(ANGLEBackend type, ANGLEContextVersion version, in ANGLEGLContext()
194 if (gIsWine == IsWine::kYes && type != ANGLEBackend::kOpenGL) { in ANGLEGLContext()
[all …]
DGLTestContext_angle.h21 enum class ANGLEBackend { enum
34 std::unique_ptr<GLTestContext> MakeANGLETestContext(ANGLEBackend, ANGLEContextVersion,
/external/skia/tools/gpu/
DGrContextFactory.cpp183 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D9, ANGLEContextVersion::kES2, in getContextInfoInternal()
197 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES2, in getContextInfoInternal()
201 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES3, in getContextInfoInternal()
205 glCtx = MakeANGLETestContext(ANGLEBackend::kOpenGL, ANGLEContextVersion::kES2, in getContextInfoInternal()
209 glCtx = MakeANGLETestContext(ANGLEBackend::kOpenGL, ANGLEContextVersion::kES3, in getContextInfoInternal()
213 glCtx = MakeANGLETestContext(ANGLEBackend::kMetal, ANGLEContextVersion::kES2, in getContextInfoInternal()
217 glCtx = MakeANGLETestContext(ANGLEBackend::kMetal, ANGLEContextVersion::kES3, in getContextInfoInternal()