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

1 2 3 4 5 6

  /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() {
GrGLAssembleInterface.h 9 #include "gl/GrGLInterface.h"
15 * Generic function for creating a GrGLInterface for an OpenGL (but not GLES) context. It calls
18 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
GrGLContext.h 13 #include "gl/GrGLInterface.h"
42 * Initializes a GrGLContextInfo from a GrGLInterface and the currently
43 * bound OpenGL context accessible by the GrGLInterface.
45 bool initialize(const GrGLInterface* interface);
74 SkAutoTUnref<const GrGLInterface> fInterface;
85 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
90 * Creates a GrGLContext from a GrGLInterface and the currently
91 * bound OpenGL context accessible by the GrGLInterface.
93 explicit GrGLContext(const GrGLInterface* interface) {
104 const GrGLInterface* interface() const { return fInterface.get();
    [all...]
  /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() {
GrGLAssembleInterface.h 9 #include "gl/GrGLInterface.h"
15 * Generic function for creating a GrGLInterface for an OpenGL (but not GLES) context. It calls
18 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
  /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/mesa/
GrGLCreateMesaInterface.cpp 20 const GrGLInterface* GrGLCreateMesaInterface() {
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 20 const GrGLInterface* GrGLCreateMesaInterface() {
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
SkV8Example.h 16 class GrGLInterface;
47 const GrGLInterface* fCurIntf;
  /external/skia/experimental/SkV8Example/
SkV8Example.h 16 class GrGLInterface;
47 const GrGLInterface* fCurIntf;

Completed in 1063 milliseconds

1 2 3 4 5 6