/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 15 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/ |
D | CreatePlatformGLTestContext_win.cpp | 15 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/ |
D | CreatePlatformGLTestContext_egl.cpp | 54 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/ |
D | CreatePlatformGLTestContext_glx.cpp | 56 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/ |
D | CreatePlatformGLTestContext_glx.cpp | 56 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/ |
D | CreatePlatformGLTestContext_egl.cpp | 30 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/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skqp/src/gpu/gl/ |
D | GrGLUtil.h | 170 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString); 177 void GrGLGetDriverInfo(GrGLStandard standard,
|
D | GrGLContext.h | 34 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
|
D | GrGLCaps.h | 432 GrGLStandard standard() const { return fStandard; } in standard() 469 GrGLStandard fStandard;
|
D | GrGLExtensions.cpp | 68 bool GrGLExtensions::init(GrGLStandard standard, in init()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 26 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeAssembledInterface()
|
D | GrGLContext.h | 31 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
|
D | GrGLExtensions.cpp | 67 bool GrGLExtensions::init(GrGLStandard standard, in init()
|
/external/skia/include/gpu/gl/ |
D | GrGLExtensions.h | 45 bool init(GrGLStandard standard,
|
D | GrGLTypes.h | 18 enum GrGLStandard { enum
|
/external/skqp/include/gpu/gl/ |
D | GrGLExtensions.h | 45 bool init(GrGLStandard standard,
|
D | GrGLTypes.h | 18 enum GrGLStandard { enum
|
/external/skia/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 57 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface()
|
/external/skqp/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 86 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface()
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.h | 106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.h | 103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|