/third_party/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 30 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext); 74 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() argument 88 if (forcedGpuAPI == kGL_GrGLStandard) { in EGLGLTestContext() 90 } else if (forcedGpuAPI == kGLES_GrGLStandard) { in EGLGLTestContext() 93 SkASSERT(forcedGpuAPI == kNone_GrGLStandard || kStandards[api] == forcedGpuAPI); in EGLGLTestContext() 321 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 324 EGLGLTestContext *ctx = new EGLGLTestContext(forcedGpuAPI, eglShareContext); in CreatePlatformGLTestContext()
|
/third_party/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 38 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext); 58 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext() argument 104 kGLES_GrGLStandard == forcedGpuAPI ? kGLES_SkWGLContextRequest in WinGLTestContext() 223 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 226 WinGLTestContext *ctx = new WinGLTestContext(forcedGpuAPI, winShareContext); in CreatePlatformGLTestContext()
|
/third_party/flutter/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 37 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext); 57 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext() argument 102 kGLES_GrGLStandard == forcedGpuAPI ? in WinGLTestContext() 221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 224 WinGLTestContext *ctx = new WinGLTestContext(forcedGpuAPI, winShareContext); in CreatePlatformGLTestContext()
|
/third_party/flutter/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 55 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext); 99 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() argument 113 if (forcedGpuAPI == kGL_GrGLStandard) { in EGLGLTestContext() 115 } else if (forcedGpuAPI == kGLES_GrGLStandard) { in EGLGLTestContext() 118 SkASSERT(forcedGpuAPI == kNone_GrGLStandard || kStandards[api] == forcedGpuAPI); in EGLGLTestContext() 381 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 384 EGLGLTestContext *ctx = new EGLGLTestContext(forcedGpuAPI, eglShareContext); in CreatePlatformGLTestContext()
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList); 105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() argument 207 if (kGLES_GrGLStandard != forcedGpuAPI) { in GLXGLTestContext() 211 if (kGLES_GrGLStandard == forcedGpuAPI) { in GLXGLTestContext() 375 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 378 GLXGLTestContext *ctx = new GLXGLTestContext(forcedGpuAPI, glxShareContext); in CreatePlatformGLTestContext()
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList); 105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() argument 207 if (kGLES_GrGLStandard != forcedGpuAPI) { in GLXGLTestContext() 211 if (kGLES_GrGLStandard == forcedGpuAPI) { in GLXGLTestContext() 381 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 384 GLXGLTestContext *ctx = new GLXGLTestContext(forcedGpuAPI, glxShareContext); in CreatePlatformGLTestContext()
|
/third_party/flutter/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 134 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
|
/third_party/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 157 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
|
/third_party/flutter/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|
/third_party/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|
/third_party/flutter/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 121 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 123 if (kGL_GrGLStandard == forcedGpuAPI) {
|
/third_party/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 127 if (kGL_GrGLStandard == forcedGpuAPI) {
|
/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.h | 106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/third_party/flutter/skia/tools/gpu/gl/ |
D | GLTestContext.h | 102 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/third_party/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 340 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|