Searched refs:forcedGpuAPI (Results 1 – 8 of 8) sorted by relevance
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 36 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext); 97 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() argument 111 if (forcedGpuAPI == kGL_GrGLStandard) { in EGLGLTestContext() 113 } else if (forcedGpuAPI == kGLES_GrGLStandard) { in EGLGLTestContext() 116 SkASSERT(forcedGpuAPI == kNone_GrGLStandard || kStandards[api] == forcedGpuAPI); in EGLGLTestContext() 357 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 360 EGLGLTestContext *ctx = new EGLGLTestContext(forcedGpuAPI, eglShareContext); in CreatePlatformGLTestContext()
|
/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/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 57 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList); 106 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() argument 208 if (kGLES_GrGLStandard != forcedGpuAPI) { in GLXGLTestContext() 212 if (kGLES_GrGLStandard == forcedGpuAPI) { in GLXGLTestContext() 382 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 385 GLXGLTestContext *ctx = new GLXGLTestContext(forcedGpuAPI, glxShareContext); in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 147 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument 149 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 126 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 128 if (kGL_GrGLStandard == forcedGpuAPI) {
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.h | 99 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 340 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
|