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

  /external/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
23 glInterface = reinterpret_cast<const GrGLInterface*>(context);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContextInfo ctxInfo(glInterface);
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 27 const GrGLInterface* gl = gpuGL->glInterface();
GrGLTexture.cpp 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
26 (GPUGL->glInterface(),
GrGLIndexBuffer.cpp 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
66 GR_GL_CALL_RET(GPUGL->glInterface(),
GrGLPath.cpp 14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
15 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(GPUGL->glInterface(), R, X)
GrGLVertexBuffer.cpp 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
63 GR_GL_CALL_RET(GPUGL->glInterface(),
GrGpuGL.cpp 20 #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
21 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glInterface(), RET, X)
183 fbo_test(this->glInterface(), 0, 0);
211 const GrGLInterface* gl = this->glInterface();
729 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface());
733 GL_ALLOC_CALL(this->glInterface(),
742 GL_ALLOC_CALL(this->glInterface(),
751 GL_ALLOC_CALL(this->glInterface(),
761 GrGLenum error = CHECK_ALLOC_ERROR(this->glInterface());
    [all...]
GrGLRenderTarget.cpp 14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
GrGLCreateNullInterface.cpp 393 static SkAutoTUnref<GrGLInterface> glInterface;
394 if (!glInterface.get()) {
396 glInterface.reset(interface);
515 glInterface.get()->ref();
516 return glInterface.get();
GrGpuGL.h 30 const GrGLInterface* glInterface() const {
GrGpuGL_program.cpp 84 #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 19 static SkAutoTUnref<GrGLInterface> glInterface;
20 if (!glInterface.get()) {
22 glInterface.reset(interface);
137 glInterface.get()->ref();
138 return glInterface.get();
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 25 static SkAutoTUnref<GrGLInterface> glInterface;
37 if (!glInterface.get()) {
39 glInterface.reset(interface);
153 glInterface.get()->ref();
154 return glInterface.get();
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 16 static SkAutoTUnref<GrGLInterface> glInterface;
17 if (!glInterface.get()) {
19 glInterface.reset(interface);
140 glInterface.get()->ref();
141 return glInterface.get();
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 28 static SkAutoTUnref<GrGLInterface> glInterface;
29 if (!glInterface.get()) {
31 glInterface.reset(interface);
278 glInterface.get()->ref();
279 return glInterface.get();

Completed in 154 milliseconds