HomeSort by relevance Sort by last modified time
    Searched refs:GrGLInterface (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/skia/src/gpu/gl/
GrGLCreateNativeInterface_none.cpp 8 #include "gl/GrGLInterface.h"
10 const GrGLInterface* GrGLCreateNativeInterface() {
GrGLDefaultInterface_native.cpp 8 #include "gl/GrGLInterface.h"
10 const GrGLInterface* GrGLDefaultInterface() {
GrGLDefaultInterface_none.cpp 8 #include "gl/GrGLInterface.h"
10 const GrGLInterface* GrGLDefaultInterface() {
GrGLGLSL.h 11 #include "gl/GrGLInterface.h"
22 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
GrGLContext.h 13 #include "gl/GrGLInterface.h"
49 const GrGLInterface* fInterface;
61 sk_sp<const GrGLInterface> fInterface;
72 * Extension of GrGLContextInfo that also provides access to GrGLInterface and SkSL::Compiler.
77 * Creates a GrGLContext from a GrGLInterface and the currently
78 * bound OpenGL context accessible by the GrGLInterface.
80 static GrGLContext* Create(const GrGLInterface* interface, const GrContextOptions& options);
82 const GrGLInterface* interface() const { return fInterface.get(); }
GrGLUtil.h 11 #include "gl/GrGLInterface.h"
146 GrGLVersion GrGLGetVersion(const GrGLInterface*);
147 GrGLSLVersion GrGLGetGLSLVersion(const GrGLInterface*);
148 GrGLVendor GrGLGetVendor(const GrGLInterface*);
149 GrGLRenderer GrGLGetRenderer(const GrGLInterface*);
156 void GrGLCheckErr(const GrGLInterface* gl,
160 void GrGLClearErr(const GrGLInterface* gl);
165 * Macros for using GrGLInterface to make GL calls
GrGLIRect.h 13 #include "gl/GrGLInterface.h"
40 void pushToGLViewport(const GrGLInterface* gl) const {
44 void pushToGLScissor(const GrGLInterface* gl) const {
48 void setFromGLViewport(const GrGLInterface* gl) {
GrGLGLSL.cpp 13 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {
  /external/skia/include/gpu/gl/
GrGLAssembleInterface.h 8 #include "gl/GrGLInterface.h"
14 * Generic function for creating a GrGLInterface for an either OpenGL or GLES. It calls
17 SK_API const GrGLInterface* GrGLAssembleInterface(void* ctx, GrGLGetProc get);
20 * Generic function for creating a GrGLInterface for an OpenGL (but not GLES) context. It calls
23 SK_API const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
26 * Generic function for creating a GrGLInterface for an OpenGL ES (but not Open GL) context. It
30 SK_API const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get);
GrGLExtensions.h 15 struct GrGLInterface;
37 * We sometimes need to use this class without having yet created a GrGLInterface. This version
  /external/skia/bench/
GLBench.h 19 struct GrGLInterface;
35 virtual void teardown(const GrGLInterface*)=0;
40 static GrGLuint SetupFramebuffer(const GrGLInterface*, int screenWidth, int screenHeight);
41 static void DumpImage(const GrGLInterface* gl, uint32_t screenWidth, uint32_t screenHeight,
  /external/skia/experimental/SkV8Example/
SkV8Example.h 16 class GrGLInterface;
47 const GrGLInterface* fCurIntf;
  /frameworks/base/libs/hwui/debug/
GlesDriver.cpp 39 sk_sp<const GrGLInterface> GlesDriver::getSkiaInterface() {
40 sk_sp<const GrGLInterface> skiaInterface(GrGLCreateNativeInterface());
GlesDriver.h 31 #include <gl/GrGLInterface.h>
43 virtual sk_sp<const GrGLInterface> getSkiaInterface();
  /external/skia/src/gpu/gl/egl/
GrGLCreateNativeInterface_egl.cpp 7 #include "gl/GrGLInterface.h"
27 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/src/gpu/gl/glfw/
GrGLCreateNativeInterface_glfw.cpp 9 #include "gl/GrGLInterface.h"
21 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/src/gpu/gl/glx/
GrGLCreateNativeInterface_glx.cpp 9 #include "gl/GrGLInterface.h"
27 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.h 16 * Creates a GrGLInterface for the current ANGLE GLES Context. Here current means bound in ANGLE's
19 const GrGLInterface* CreateANGLEGLInterface();
  /external/skia/example/
HelloWorld.h 17 struct GrGLInterface;
68 const GrGLInterface* fInterface;
  /external/skia/debugger/QT/
SkGLWidget.h 20 #include "gl/GrGLInterface.h"
47 sk_sp<const GrGLInterface> fCurIntf;
  /external/skia/tools/gpu/gl/
GLTestContext.h 12 #include "gl/GrGLInterface.h"
16 * An offscreen OpenGL context. Provides a GrGLInterface struct of function pointers for the context
30 const GrGLInterface *gl() const { return fGL.get(); }
84 void init(const GrGLInterface *, std::unique_ptr<FenceSync> = nullptr);
93 sk_sp<const GrGLInterface> fGL;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 8 #include "gl/GrGLInterface.h"
52 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 11 #include "gl/GrGLInterface.h"
56 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/tools/fiddle/
mesa_context.cpp 26 sk_sp<const GrGLInterface> mesa(GrGLAssembleInterface(nullptr, osmesa_get));
  /external/skia/tools/viewer/sk_app/
GLWindowContext.h 12 #include "gl/GrGLInterface.h"
53 sk_sp<const GrGLInterface> fBackendContext;

Completed in 1976 milliseconds

1 2 3