Home
last modified time | relevance | path

Searched refs:GrGLStandard (Results 1 – 25 of 41) sorted by relevance

12

/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() argument
37 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext);
57 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext()
221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() argument
37 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext);
57 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext()
221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 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()
102 static const GrGLStandard kStandards[] = { in EGLGLTestContext()
374 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp54 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext);
95 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext()
102 static const GrGLStandard kStandards[] = { in EGLGLTestContext()
374 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 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()
375 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, 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()
375 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skqp/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skqp/src/gpu/gl/
DGrGLUtil.h170 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
177 void GrGLGetDriverInfo(GrGLStandard standard,
DGrGLContext.h34 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
DGrGLCaps.h432 GrGLStandard standard() const { return fStandard; } in standard()
469 GrGLStandard fStandard;
/external/skia/src/gpu/gl/
DGrGLUtil.h170 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
177 void GrGLGetDriverInfo(GrGLStandard standard,
DGrGLContext.h34 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
DGrGLCaps.h432 GrGLStandard standard() const { return fStandard; } in standard()
469 GrGLStandard fStandard;
/external/skia/include/gpu/gl/
DGrGLExtensions.h45 bool init(GrGLStandard standard,
DGrGLTypes.h18 enum GrGLStandard { enum
DGrGLInterface.h69 GrGLStandard fStandard;
70 GrGLStandard fBindingsExported; // Legacy name, will be remove when Chromium is updated.
/external/skqp/include/gpu/gl/
DGrGLExtensions.h45 bool init(GrGLStandard standard,
DGrGLTypes.h18 enum GrGLStandard { enum
/external/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp86 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface()
/external/skqp/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp86 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface()
/external/skia/tools/gpu/gl/
DGLTestContext.h102 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/gl/
DGLTestContext.h103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()

12