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

1 2 3 4 5

  /external/chromium_org/third_party/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() {
SkNullGLContext.cpp 11 const GrGLInterface* SkNullGLContext::createGLContext() {
GrGLContext.h 13 #include "gl/GrGLInterface.h"
40 * Initializes a GrGLContextInfo from a GrGLInterface and the currently
41 * bound OpenGL context accessible by the GrGLInterface.
43 bool initialize(const GrGLInterface* interface);
90 * Encapsulates the GrGLInterface used to make GL calls plus information
101 * Creates a GrGLContext from a GrGLInterface and the currently
102 * bound OpenGL context accessible by the GrGLInterface.
104 explicit GrGLContext(const GrGLInterface* interface);
119 * Initializes a GrGLContext from a GrGLInterface and the currently
120 * bound OpenGL context accessible by the GrGLInterface
    [all...]
GrGLUtil.h 11 #include "gl/GrGLInterface.h"
89 GrGLBinding GrGLGetBindingInUse(const GrGLInterface*);
90 GrGLVersion GrGLGetVersion(const GrGLInterface*);
91 GrGLSLVersion GrGLGetGLSLVersion(const GrGLInterface*);
92 GrGLVendor GrGLGetVendor(const GrGLInterface*);
93 GrGLRenderer GrGLGetRenderer(const GrGLInterface*);
100 void GrGLCheckErr(const GrGLInterface* gl,
104 void GrGLClearErr(const GrGLInterface* gl);
114 * Macros for using GrGLInterface to make GL calls
  /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() {
SkNullGLContext.cpp 11 const GrGLInterface* SkNullGLContext::createGLContext() {
GrGLContext.h 13 #include "gl/GrGLInterface.h"
40 * Initializes a GrGLContextInfo from a GrGLInterface and the currently
41 * bound OpenGL context accessible by the GrGLInterface.
43 bool initialize(const GrGLInterface* interface);
90 * Encapsulates the GrGLInterface used to make GL calls plus information
101 * Creates a GrGLContext from a GrGLInterface and the currently
102 * bound OpenGL context accessible by the GrGLInterface.
104 explicit GrGLContext(const GrGLInterface* interface);
119 * Initializes a GrGLContext from a GrGLInterface and the currently
120 * bound OpenGL context accessible by the GrGLInterface
    [all...]
GrGLUtil.h 11 #include "gl/GrGLInterface.h"
89 GrGLBinding GrGLGetBindingInUse(const GrGLInterface*);
90 GrGLVersion GrGLGetVersion(const GrGLInterface*);
91 GrGLSLVersion GrGLGetGLSLVersion(const GrGLInterface*);
92 GrGLVendor GrGLGetVendor(const GrGLInterface*);
93 GrGLRenderer GrGLGetRenderer(const GrGLInterface*);
100 void GrGLCheckErr(const GrGLInterface* gl,
104 void GrGLClearErr(const GrGLInterface* gl);
114 * Macros for using GrGLInterface to make GL calls
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.h 10 struct GrGLInterface;
16 GrGLInterface* CreateCommandBufferSkiaGLBinding();
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.h 10 struct GrGLInterface;
16 GL_EXPORT GrGLInterface* CreateInProcessSkiaGLBinding();
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
SkDebugGLContext.cpp 11 const GrGLInterface* SkDebugGLContext::createGLContext() {
  /external/skia/src/gpu/gl/debug/
SkDebugGLContext.cpp 11 const GrGLInterface* SkDebugGLContext::createGLContext() {
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkDebugGLContext.h 22 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
SkNullGLContext.h 23 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
  /external/skia/include/gpu/gl/
SkDebugGLContext.h 22 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
SkNullGLContext.h 23 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
20 SkAutoTUnref<const GrGLInterface> glInterfaceUnref;
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
  /external/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
20 SkAutoTUnref<const GrGLInterface> glInterfaceUnref;
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
  /external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 29 const GrGLInterface* SkNativeGLContext::createGLContext() {
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 29 const GrGLInterface* SkNativeGLContext::createGLContext() {
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 35 const GrGLInterface* SkNativeGLContext::createGLContext() {
65 const GrGLInterface* interface = GrGLCreateNativeInterface();

Completed in 2098 milliseconds

1 2 3 4 5