Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp21 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/
DCreatePlatformGLTestContext_egl.cpp41 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext);
61 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext()
81 GrGLStandard fStandard; in EGLGLTestContext()
333 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);
93 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext()
348 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/src/gpu/gl/
DGrGLUtil.h121 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
126 void GrGLGetDriverInfo(GrGLStandard standard,
DGrGLUtil.cpp65 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString) { in GrGLGetStandardInUseFromString()
95 void GrGLGetDriverInfo(GrGLStandard standard, in GrGLGetDriverInfo()
DGrGLContext.h28 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
DGrGLExtensions.cpp65 bool GrGLExtensions::init(GrGLStandard standard, in init()
DGrGLCaps.h391 GrGLStandard fStandard;
DGrGLCaps.cpp66 GrGLStandard standard = ctxInfo.standard(); in init()
628 const char* get_glsl_version_decl_string(GrGLStandard standard, GrGLSLGeneration generation, in get_glsl_version_decl_string()
690 GrGLStandard standard = ctxInfo.standard(); in initGLSL()
1488 GrGLStandard standard = ctxInfo.standard(); in initConfigTable()
DGrGLGpu.h50 GrGLStandard glStandard() const { return fGLContext->standard(); } in glStandard()
DGrGLAssembleInterface.cpp29 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLAssembleInterface()
DGrGLTestInterface.h334 void init(GrGLStandard standard) { in init()
/external/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/include/gpu/gl/
DGrGLExtensions.h41 bool init(GrGLStandard standard,
DGrGLTypes.h19 enum GrGLStandard { enum
DGrGLInterface.h92 GrGLStandard fStandard;
93 GrGLStandard fBindingsExported; // Legacy name, will be remove when Chromium is updated.
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp80 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLCreateNativeInterface()
/external/skia/dm/
DDMGpuSupport.h50 enum GrGLStandard { enum
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp112 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/tools/gpu/gl/
DGLTestContext.h104 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm99 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,