Home
last modified time | relevance | path

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

/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/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp37 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/
DCreatePlatformGLTestContext_egl.cpp54 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/
DCreatePlatformGLTestContext_glx.cpp56 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/
DCreatePlatformGLTestContext_glx.cpp56 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/
DCreatePlatformGLTestContext_egl.cpp30 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/
DCreatePlatformGLTestContext_mac.cpp132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
134 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
157 if (kGLES_GrGLStandard == forcedGpuAPI) { in CreatePlatformGLTestContext()
/external/skqp/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
/external/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument
/external/skqp/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm121 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
123 if (kGL_GrGLStandard == forcedGpuAPI) {
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
127 if (kGL_GrGLStandard == forcedGpuAPI) {
/external/skia/tools/gpu/gl/
DGLTestContext.h106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/gl/
DGLTestContext.h103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skia/modules/canvaskit/
Dgm_bindings.cpp339 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() argument