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.cpp44 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/
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/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/external/skia/src/gpu/gl/
DGrGLUtil.h133 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
138 void GrGLGetDriverInfo(GrGLStandard standard,
DGrGLContext.h28 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
DGrGLUtil.cpp65 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString) { in GrGLGetStandardInUseFromString()
95 void GrGLGetDriverInfo(GrGLStandard standard, in GrGLGetDriverInfo()
DGrGLExtensions.cpp65 bool GrGLExtensions::init(GrGLStandard standard, in init()
DGrGLCaps.h428 GrGLStandard fStandard;
DGrGLCaps.cpp74 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()
DGrGLGpu.h49 GrGLStandard glStandard() const { return fGLContext->standard(); } in glStandard()
DGrGLAssembleInterface.cpp29 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLAssembleInterface()
DGrGLTestInterface.h336 void init(GrGLStandard standard) { in init()
/external/skia/include/gpu/gl/
DGrGLExtensions.h41 bool init(GrGLStandard standard,
DGrGLTypes.h18 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.mm98 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,