Home
last modified time | relevance | path

Searched refs:glInterface (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/
DGrGpuFactory.cpp19 const GrGLInterface* glInterface = NULL; in Create() local
23 glInterface = reinterpret_cast<const GrGLInterface*>(context); in Create()
24 if (NULL == glInterface) { in Create()
25 glInterface = GrGLDefaultInterface(); in Create()
29 glInterfaceUnref.reset(glInterface); in Create()
31 if (NULL == glInterface) { in Create()
37 GrGLContextInfo ctxInfo(glInterface); in Create()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp19 static SkAutoTUnref<GrGLInterface> glInterface; in GrGLCreateNativeInterface() local
20 if (!glInterface.get()) { in GrGLCreateNativeInterface()
22 glInterface.reset(interface); in GrGLCreateNativeInterface()
137 glInterface.get()->ref(); in GrGLCreateNativeInterface()
138 return glInterface.get(); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp25 static SkAutoTUnref<GrGLInterface> glInterface; in GrGLCreateANGLEInterface() local
37 if (!glInterface.get()) { in GrGLCreateANGLEInterface()
39 glInterface.reset(interface); in GrGLCreateANGLEInterface()
153 glInterface.get()->ref(); in GrGLCreateANGLEInterface()
154 return glInterface.get(); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp16 static SkAutoTUnref<GrGLInterface> glInterface; in GrGLCreateNativeInterface() local
17 if (!glInterface.get()) { in GrGLCreateNativeInterface()
19 glInterface.reset(interface); in GrGLCreateNativeInterface()
140 glInterface.get()->ref(); in GrGLCreateNativeInterface()
141 return glInterface.get(); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGpuGL.cpp20 #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); in GrGpuGL()
211 const GrGLInterface* gl = this->glInterface(); in initCaps()
729 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface()); in uploadTexData()
733 GL_ALLOC_CALL(this->glInterface(), in uploadTexData()
742 GL_ALLOC_CALL(this->glInterface(), in uploadTexData()
751 GL_ALLOC_CALL(this->glInterface(), in uploadTexData()
761 GrGLenum error = CHECK_ALLOC_ERROR(this->glInterface()); in uploadTexData()
1099 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface()); in createStencilBufferForRenderTarget()
[all …]
DGrGLTexture.cpp15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X) in SK_DEFINE_INST_COUNT()
26 (GPUGL->glInterface(), in SK_DEFINE_INST_COUNT()
DGrGLIndexBuffer.cpp15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
66 GR_GL_CALL_RET(GPUGL->glInterface(), in lock()
DGrGLPath.cpp14 #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)
DGrGLVertexBuffer.cpp15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
63 GR_GL_CALL_RET(GPUGL->glInterface(), in lock()
DGrGLStencilBuffer.cpp27 const GrGLInterface* gl = gpuGL->glInterface(); in onRelease()
DGrGLCreateNullInterface.cpp393 static SkAutoTUnref<GrGLInterface> glInterface; in GrGLCreateNullInterface() local
394 if (!glInterface.get()) { in GrGLCreateNullInterface()
396 glInterface.reset(interface); in GrGLCreateNullInterface()
515 glInterface.get()->ref(); in GrGLCreateNullInterface()
516 return glInterface.get(); in GrGLCreateNullInterface()
DGrGLRenderTarget.cpp14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
DGrGpuGL.h30 const GrGLInterface* glInterface() const { in glInterface() function
DGrGpuGL_program.cpp84 #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp28 static SkAutoTUnref<GrGLInterface> glInterface; in GrGLCreateNativeInterface() local
29 if (!glInterface.get()) { in GrGLCreateNativeInterface()
31 glInterface.reset(interface); in GrGLCreateNativeInterface()
278 glInterface.get()->ref(); in GrGLCreateNativeInterface()
279 return glInterface.get(); in GrGLCreateNativeInterface()