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

/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp9 #include "gl/GrGLInterface.h"
15 GrGLInterface::GrGLInterface() { function in class:GrGLInterface
26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
29 bool GrGLInterface::validate() const {
/external/skqp/src/gpu/gl/
H A DGrGLInterface.cpp9 #include "gl/GrGLInterface.h"
15 GrGLInterface::GrGLInterface() { function in class:GrGLInterface
26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
29 bool GrGLInterface::validate() const {
/external/skia/include/gpu/gl/
H A DGrGLInterface.h18 struct GrGLInterface;
33 SK_API sk_sp<const GrGLInterface> GrGLMakeNativeInterface();
35 SK_API const GrGLInterface* GrGLCreateNativeInterface();
38 * Creates a null GrGLInterface that doesn't draw anything. Used for measuring
42 const SK_API GrGLInterface* GrGLCreateNullInterface(bool enableNVPR = false);
46 * GrContext is created it is given a GrGLInterface. The interface's function
50 * GrGLInterface initialized for the correct context. All functions that should
55 struct SK_API GrGLInterface : public SkRefCnt { struct in inherits:SkRefCnt
60 GrGLInterface();
62 // Validates that the GrGLInterface support
[all...]
/external/skqp/include/gpu/gl/
H A DGrGLInterface.h18 struct GrGLInterface;
33 SK_API sk_sp<const GrGLInterface> GrGLMakeNativeInterface();
35 SK_API const GrGLInterface* GrGLCreateNativeInterface();
38 * Creates a null GrGLInterface that doesn't draw anything. Used for measuring
42 const SK_API GrGLInterface* GrGLCreateNullInterface(bool enableNVPR = false);
46 * GrContext is created it is given a GrGLInterface. The interface's function
50 * GrGLInterface initialized for the correct context. All functions that should
55 struct SK_API GrGLInterface : public SkRefCnt { struct in inherits:SkRefCnt
60 GrGLInterface();
62 // Validates that the GrGLInterface support
[all...]

Completed in 150 milliseconds