/third_party/skia/tools/gpu/gl/interface/ |
D | templates.go | 29 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { 33 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { 57 sk_sp<GrGLInterface> interface(new GrGLInterface); 58 GrGLInterface::Functions* functions = &interface->fFunctions; 106 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { 110 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { 137 sk_sp<GrGLInterface> interface(new GrGLInterface()); 138 GrGLInterface::Functions* functions = &interface->fFunctions; 167 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { 195 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { [all …]
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | templates.go | 29 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { 33 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { 57 sk_sp<GrGLInterface> interface(new GrGLInterface); 58 GrGLInterface::Functions* functions = &interface->fFunctions; 106 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { 110 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { 137 sk_sp<GrGLInterface> interface(new GrGLInterface()); 138 GrGLInterface::Functions* functions = &interface->fFunctions; 173 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { 177 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { [all …]
|
/third_party/skia/include/gpu/gl/ |
D | GrGLAssembleInterface.h | 16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get); 22 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get); 29 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get); 36 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get); 39 SK_API const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get);
|
D | GrGLInterface.h | 18 struct GrGLInterface; 33 SK_API sk_sp<const GrGLInterface> GrGLMakeNativeInterface(); 35 SK_API const GrGLInterface* GrGLCreateNativeInterface(); 48 struct SK_API GrGLInterface : public SkRefCnt { struct 60 GrGLInterface(); argument 74 GrGLInterface(const GrGLInterface& that) in GrGLInterface() function
|
/third_party/flutter/skia/include/gpu/gl/ |
D | GrGLAssembleInterface.h | 16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get); 22 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get); 29 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get); 36 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get); 39 SK_API const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get);
|
/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.h | 30 const GrGLInterface* gl() const { return fGLInterface.get(); } in gl() 80 void init(sk_sp<const GrGLInterface>); 88 sk_sp<const GrGLInterface> fOriginalGLInterface; 91 sk_sp<const GrGLInterface> fGLInterface;
|
/third_party/skia/src/gpu/gl/ |
D | GrGLContext.h | 66 sk_sp<const GrGLInterface> fInterface; 74 sk_sp<const GrGLInterface> fInterface; 89 static std::unique_ptr<GrGLContext> Make(sk_sp<const GrGLInterface>, const GrContextOptions&); 91 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface()
|
D | GrGLMakeNativeInterface_none.cpp | 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() 12 const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; } in GrGLCreateNativeInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 17 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() 45 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() 58 sk_sp<GrGLInterface> interface(new GrGLInterface); in GrGLMakeAssembledWebGLInterface() 59 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLContext.h | 56 sk_sp<const GrGLInterface> fInterface; 71 sk_sp<const GrGLInterface> fInterface; 93 static std::unique_ptr<GrGLContext> Make(sk_sp<const GrGLInterface>, const GrContextOptions&); 95 const GrGLInterface* interface() const { return fInterface.get(); } in interface()
|
D | GrGLMakeNativeInterface_none.cpp | 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() 12 const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; } in GrGLCreateNativeInterface()
|
D | GrGLUtil.h | 203 GrGLVersion GrGLGetVersion(const GrGLInterface*); 204 GrGLSLVersion GrGLGetGLSLVersion(const GrGLInterface*); 205 GrGLVendor GrGLGetVendor(const GrGLInterface*); 206 GrGLRenderer GrGLGetRenderer(const GrGLInterface*); 212 void GrGLCheckErr(const GrGLInterface* gl, 216 void GrGLClearErr(const GrGLInterface* gl);
|
D | GrGLGLSL.h | 13 struct GrGLInterface; 18 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
|
D | GrGLIRect.h | 40 void pushToGLViewport(const GrGLInterface* gl) const { in pushToGLViewport() 44 void pushToGLScissor(const GrGLInterface* gl) const { in pushToGLScissor() 48 void setFromGLViewport(const GrGLInterface* gl) { in setFromGLViewport()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 23 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() 27 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() 51 sk_sp<GrGLInterface> interface(new GrGLInterface); in GrGLMakeAssembledWebGLInterface() 52 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() 29 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() 69 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_gl_delegate.cc | 53 static sk_sp<const GrGLInterface> CreateGLInterface( in CreateGLInterface() 89 sk_sp<const GrGLInterface> GPUSurfaceGLDelegate::GetGLInterface() const { in GetGLInterface() 93 sk_sp<const GrGLInterface>
|
/third_party/flutter/skia/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() 71 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() 98 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/third_party/skia/include/gpu/gl/egl/ |
D | GrGLMakeEGLInterface.h | 12 struct GrGLInterface; 14 sk_sp<const GrGLInterface> GrGLMakeEGLInterface();
|
/third_party/skia/include/gpu/gl/glx/ |
D | GrGLMakeGLXInterface.h | 12 struct GrGLInterface; 14 sk_sp<const GrGLInterface> GrGLMakeGLXInterface();
|
/third_party/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 11 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeEGLInterface(); } in GrGLMakeNativeInterface() 13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/third_party/skia/src/gpu/gl/glx/ |
D | GrGLMakeNativeInterface_glx.cpp | 11 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeGLXInterface(); } in GrGLMakeNativeInterface() 13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/third_party/flutter/skia/tools/gpu/gl/ |
D | GLTestContext.h | 27 const GrGLInterface* gl() const { return fGL.get(); } in gl() 82 void init(sk_sp<const GrGLInterface>, std::unique_ptr<FenceSync> = nullptr); 91 sk_sp<const GrGLInterface> fGL;
|
/third_party/skia/src/gpu/gl/glfw/ |
D | GrGLMakeNativeInterface_glfw.cpp | 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() 29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/third_party/flutter/skia/src/gpu/gl/glfw/ |
D | GrGLMakeNativeInterface_glfw.cpp | 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() 29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|