Searched refs:GrGLStandard (Results 1 – 21 of 21) sorted by relevance
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 21 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext); 40 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext() 195 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 44 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext); 64 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() 84 GrGLStandard fStandard; in EGLGLTestContext() 348 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList); 93 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() 348 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/src/gpu/gl/ |
D | GrGLUtil.h | 133 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString); 138 void GrGLGetDriverInfo(GrGLStandard standard,
|
D | GrGLContext.h | 28 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
|
D | GrGLUtil.cpp | 65 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString) { in GrGLGetStandardInUseFromString() 95 void GrGLGetDriverInfo(GrGLStandard standard, in GrGLGetDriverInfo()
|
D | GrGLExtensions.cpp | 65 bool GrGLExtensions::init(GrGLStandard standard, in init()
|
D | GrGLCaps.h | 428 GrGLStandard fStandard;
|
D | GrGLCaps.cpp | 74 GrGLStandard standard = ctxInfo.standard(); in init() 660 const char* get_glsl_version_decl_string(GrGLStandard standard, GrGLSLGeneration generation, in get_glsl_version_decl_string() 722 GrGLStandard standard = ctxInfo.standard(); in initGLSL() 1555 GrGLStandard standard = ctxInfo.standard(); in initConfigTable()
|
D | GrGLGpu.h | 49 GrGLStandard glStandard() const { return fGLContext->standard(); } in glStandard()
|
D | GrGLAssembleInterface.cpp | 29 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLAssembleInterface()
|
D | GrGLTestInterface.h | 336 void init(GrGLStandard standard) { in init()
|
/external/skia/include/gpu/gl/ |
D | GrGLExtensions.h | 41 bool init(GrGLStandard standard,
|
D | GrGLTypes.h | 18 enum GrGLStandard { enum
|
D | GrGLInterface.h | 92 GrGLStandard fStandard; 93 GrGLStandard fBindingsExported; // Legacy name, will be remove when Chromium is updated.
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 80 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLCreateNativeInterface()
|
/external/skia/dm/ |
D | DMGpuSupport.h | 50 enum GrGLStandard { enum
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 112 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.h | 104 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 98 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|