Home
last modified time | relevance | path

Searched refs:forcedGpuAPI (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp36 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/
DCreatePlatformGLTestContext_win.cpp37 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/
DCreatePlatformGLTestContext_glx.cpp57 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/
DCreatePlatformGLTestContext_mac.cpp147 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
149 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm126 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
128 if (kGL_GrGLStandard == forcedGpuAPI) {
/external/skia/tools/gpu/gl/
DGLTestContext.h99 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skia/modules/canvaskit/
Dgm_bindings.cpp340 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument