Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() argument
38 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext);
58 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext()
223 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp30 EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext);
74 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext()
81 static const GrGLStandard kStandards[] = { in EGLGLTestContext()
321 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/third_party/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()
/third_party/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/third_party/skia/include/gpu/gl/
DGrGLExtensions.h45 bool init(GrGLStandard standard,
DGrGLInterface.h82 GrGLStandard fStandard;
83 GrGLStandard fBindingsExported; // Legacy name, will be remove when Chromium is updated.
DGrGLTypes.h18 enum GrGLStandard { enum
/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp26 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeAssembledInterface()
DGrGLContext.h31 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
DGrGLExtensions.cpp66 bool GrGLExtensions::init(GrGLStandard standard, in init()
DGrGLCaps.h486 GrGLStandard standard() const { return fStandard; } in standard()
547 GrGLStandard fStandard = kNone_GrGLStandard;
DGrGLUtil.h286 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
291 GrGLStandard fStandard = kNone_GrGLStandard;
DGrGLUtil.cpp27 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString) { in GrGLGetStandardInUseFromString()
373 static std::tuple<GrGLDriver, GrGLDriverVersion> get_driver_and_version(GrGLStandard standard, in get_driver_and_version()
DGrGLGpu.h47 GrGLStandard glStandard() const { return fGLContext->standard(); } in glStandard()
DGrGLCaps.cpp96 GrGLStandard standard = ctxInfo.standard(); in init()
786 const char* get_glsl_version_decl_string(GrGLStandard standard, GrGLSLGeneration generation, in get_glsl_version_decl_string()
863 GrGLStandard standard = ctxInfo.standard(); in initGLSL()
1345 GrGLStandard standard = ctxInfo.standard(); in initFormatTable()
3262 GrGLStandard standard = ctxInfo.standard(); in setupSampleCounts()
/third_party/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp57 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface()
/third_party/skia/tools/gpu/gl/
DGLTestContext.h106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/third_party/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/third_party/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp340 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext()
/third_party/skia/tests/
DBackendAllocationTest.cpp750 GrGLStandard standard = glCtx->gl()->fStandard; in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()