HomeSort by relevance Sort by last modified time
    Searched defs:glInterface (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContext ctx(glInterface);
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 16 static SkAutoTUnref<GrGLInterface> glInterface;
17 if (!glInterface.get()) {
19 glInterface.reset(interface);
150 glInterface.get()->ref();
151 return glInterface.get();
  /external/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContext ctx(glInterface);
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 16 static SkAutoTUnref<GrGLInterface> glInterface;
17 if (!glInterface.get()) {
19 glInterface.reset(interface);
150 glInterface.get()->ref();
151 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 25 static SkAutoTUnref<GrGLInterface> glInterface;
37 if (!glInterface.get()) {
39 glInterface.reset(interface);
157 glInterface.get()->ref();
158 return glInterface.get();
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 25 static SkAutoTUnref<GrGLInterface> glInterface;
37 if (!glInterface.get()) {
39 glInterface.reset(interface);
157 glInterface.get()->ref();
158 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 47 static SkAutoTUnref<GrGLInterface> glInterface;
48 if (!glInterface.get()) {
55 glInterface.reset(interface);
60 glInterface.reset(NULL);
249 glInterface.get()->ref();
250 return glInterface.get();
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 47 static SkAutoTUnref<GrGLInterface> glInterface;
48 if (!glInterface.get()) {
55 glInterface.reset(interface);
60 glInterface.reset(NULL);
249 glInterface.get()->ref();
250 return glInterface.get();
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 265 static SkAutoTUnref<GrGLInterface> glInterface;
266 if (!glInterface.get()) {
268 glInterface.reset(interface);
404 glInterface.get()->ref();
405 return glInterface.get();
GrGpuGL.h 36 const GrGLInterface* glInterface() const { return fGLContext.interface(); }
331 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
359 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
373 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 265 static SkAutoTUnref<GrGLInterface> glInterface;
266 if (!glInterface.get()) {
268 glInterface.reset(interface);
404 glInterface.get()->ref();
405 return glInterface.get();
GrGpuGL.h 36 const GrGLInterface* glInterface() const { return fGLContext.interface(); }
331 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
359 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
373 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));

Completed in 83 milliseconds