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.cpp28 using sk_gpu_test::ANGLEBackend;
50 void* get_angle_egl_display(void* nativeDisplay, ANGLEBackend type) { in get_angle_egl_display()
62 case ANGLEBackend::kD3D9: in get_angle_egl_display()
65 case ANGLEBackend::kD3D11: in get_angle_egl_display()
68 case ANGLEBackend::kOpenGL: in get_angle_egl_display()
78 ANGLEGLContext(ANGLEBackend, ANGLEContextVersion, ANGLEGLContext* shareContext, void* display);
96 ANGLEBackend fType;
110 ANGLEGLContext::ANGLEGLContext(ANGLEBackend type, ANGLEContextVersion version, in ANGLEGLContext()
241 case ANGLEBackend::kD3D9: in ANGLEGLContext()
244 case ANGLEBackend::kD3D11: in ANGLEGLContext()
[all …]
DGLTestContext_angle.h21 enum class ANGLEBackend { enum
33 std::unique_ptr<GLTestContext> MakeANGLETestContext(ANGLEBackend, ANGLEContextVersion,
/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()