Home
last modified time | relevance | path

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

12

/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()
222 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/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/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/glx/
DCreatePlatformGLTestContext_glx.cpp56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);
105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext()
381 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/egl/
DCreatePlatformGLTestContext_egl.cpp30 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext);
76 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext()
83 static const GrGLStandard kStandards[] = { in EGLGLTestContext()
445 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skqp/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/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;
DGrGLExtensions.cpp68 bool GrGLExtensions::init(GrGLStandard standard, in init()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp26 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeAssembledInterface()
DGrGLContext.h31 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
DGrGLExtensions.cpp67 bool GrGLExtensions::init(GrGLStandard standard, in init()
/external/skia/include/gpu/gl/
DGrGLExtensions.h45 bool init(GrGLStandard standard,
DGrGLTypes.h18 enum GrGLStandard { enum
/external/skqp/include/gpu/gl/
DGrGLExtensions.h45 bool init(GrGLStandard standard,
DGrGLTypes.h18 enum GrGLStandard { enum
/external/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp57 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.h106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/gl/
DGLTestContext.h103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()

12