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

/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp9 #include "gl/GrGLInterface.h"
14 SK_DEFINE_INST_COUNT(GrGLInterface)
18 void GrGLDefaultInterfaceCallback(const GrGLInterface*) {} argument
22 GrGLInterface::GrGLInterface() { function in class:GrGLInterface
31 bool GrGLInterface::validate(GrGLBinding binding) const {
/external/skia/include/gpu/gl/
H A DGrGLInterface.h20 * A GrGLInterface (defined below) may support multiple bindings.
45 * whether the same GrGLInterface is returned or whether a new one is created
46 * at each call. Some platforms may not be able to use a single GrGLInterface
47 * because extension function ptrs vary across contexts. Note that GrGLInterface
56 struct GrGLInterface;
58 const GrGLInterface* GrGLDefaultInterface();
61 * Creates a GrGLInterface for a "native" GL context (e.g. WGL on windows,
66 const GrGLInterface* GrGLCreateNativeInterface();
70 * Creates a GrGLInterface for an OSMesa context.
72 const GrGLInterface* GrGLCreateMesaInterfac
110 struct GR_API GrGLInterface : public GrRefCnt { struct in inherits:GrRefCnt
[all...]

Completed in 92 milliseconds