Home
last modified time | relevance | path

Searched refs:kD3D11 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.h23 kD3D11, enumerator
DGLTestContext_angle.cpp80 case ANGLEBackend::kD3D11: in get_angle_egl_display()
349 case ANGLEBackend::kD3D11: in ANGLEGLContext()
525 if (ANGLEBackend::kD3D11 != type) { in MakeANGLETestContext()
/third_party/flutter/skia/tools/gpu/gl/angle/
DGLTestContext_angle.h23 kD3D11, enumerator
DGLTestContext_angle.cpp80 case ANGLEBackend::kD3D11: in get_angle_egl_display()
337 case ANGLEBackend::kD3D11: in ANGLEGLContext()
506 if (ANGLEBackend::kD3D11 != type) { in MakeANGLETestContext()
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.cpp172 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES2, in getContextInfoInternal()
176 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES3, in getContextInfoInternal()
/third_party/skia/tools/gpu/
DGrContextFactory.cpp198 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES2, in getContextInfoInternal()
202 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES3, in getContextInfoInternal()
/third_party/skia/src/gpu/gl/
DGrGLUtil.cpp564 return {GrGLANGLEBackend::kD3D11, std::move(innerString)}; in get_angle_backend()
692 info.fANGLEBackend == GrGLANGLEBackend::kD3D11) { in GrGLGetDriverInfo()
DGrGLUtil.h224 kD3D11, enumerator
DGrGLCaps.cpp684 if (ctxInfo.angleBackend() == GrGLANGLEBackend::kD3D11) { in init()
3568 ctxInfo.angleBackend() == GrGLANGLEBackend::kD3D11) { in applyDriverCorrectnessWorkarounds()
3604 ctxInfo.angleBackend() == GrGLANGLEBackend::kD3D11) { in applyDriverCorrectnessWorkarounds()
3679 if (ctxInfo.angleBackend() == GrGLANGLEBackend::kD3D11) { in applyDriverCorrectnessWorkarounds()
/third_party/flutter/skia/src/gpu/gl/
DGrGLUtil.h114 kD3D11, enumerator
DGrGLUtil.cpp544 *backend = GrGLANGLEBackend::kD3D11; in GrGLGetANGLEInfoFromString()
DGrGLCaps.cpp3219 if (GrGLANGLEBackend::kD3D11 == ctxInfo.angleBackend()) { in applyDriverCorrectnessWorkarounds()