/external/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 103 kGLES_GrGLStandard == forcedGpuAPI ? kGLES_SkWGLContextRequest in WinGLTestContext() 222 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 225 WinGLTestContext *ctx = new WinGLTestContext(forcedGpuAPI, winShareContext); in CreatePlatformGLTestContext()
|
/external/skqp/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()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 54 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext); 95 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() argument 109 if (forcedGpuAPI == kGL_GrGLStandard) { in EGLGLTestContext() 111 } else if (forcedGpuAPI == kGLES_GrGLStandard) { in EGLGLTestContext() 114 SkASSERT(forcedGpuAPI == kNone_GrGLStandard || kStandards[api] == forcedGpuAPI); in EGLGLTestContext() 374 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 377 EGLGLTestContext *ctx = new EGLGLTestContext(forcedGpuAPI, eglShareContext); in CreatePlatformGLTestContext()
|
/external/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()
|
/external/skqp/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()
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 30 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext); 76 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() argument 90 if (forcedGpuAPI == kGL_GrGLStandard) { in EGLGLTestContext() 92 } else if (forcedGpuAPI == kGLES_GrGLStandard) { in EGLGLTestContext() 95 SkASSERT(forcedGpuAPI == kNone_GrGLStandard || kStandards[api] == forcedGpuAPI); in EGLGLTestContext() 445 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 448 EGLGLTestContext *ctx = new EGLGLTestContext(forcedGpuAPI, eglShareContext); in CreatePlatformGLTestContext()
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 134 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 157 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
|
/external/skqp/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|
/external/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|
/external/skqp/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 121 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 123 if (kGL_GrGLStandard == forcedGpuAPI) {
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 127 if (kGL_GrGLStandard == forcedGpuAPI) {
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.h | 106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.h | 103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 339 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|