Searched defs:GrGLInterface (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp9 #include "gl/GrGLInterface.h"
15 const GrGLInterface* GrGLInterfaceAddTestDebugMarker(const GrGLInterface* interface,
19 GrGLInterface* newInterface = GrGLInterface::NewClone(interface);
32 GrGLInterface::GrGLInterface() { function in class:GrGLInterface
36 GrGLInterface* GrGLInterface::NewClone(const GrGLInterface* interfac
[all...]
/external/skia/include/gpu/gl/
H A DGrGLInterface.h35 struct GrGLInterface;
37 const GrGLInterface* GrGLDefaultInterface();
40 * Creates a GrGLInterface for a "native" GL context (e.g. WGL on windows,
44 SK_API const GrGLInterface* GrGLCreateNativeInterface();
47 typedef void (*GrGLInterfaceCallbackProc)(const GrGLInterface*);
52 * Creates a null GrGLInterface that doesn't draw anything. Used for measuring
56 const SK_API GrGLInterface* GrGLCreateNullInterface(bool enableNVPR = false);
60 const GrGLInterface* GrGLInterfaceAddTestDebugMarker(const GrGLInterface*,
67 * GrContext is created it is given a GrGLInterface
76 struct SK_API GrGLInterface : public SkRefCnt { struct in inherits:SkRefCnt
[all...]

Completed in 98 milliseconds