/external/skia/src/gpu/ |
D | GrGpuFactory.cpp | 19 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/ |
D | GrGLCreateNativeInterface_android.cpp | 19 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/ |
D | GrGLCreateANGLEInterface.cpp | 25 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/ |
D | GrGLCreateNativeInterface_iOS.cpp | 16 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/ |
D | 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); 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 …]
|
D | GrGLTexture.cpp | 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X) in SK_DEFINE_INST_COUNT() 26 (GPUGL->glInterface(), in SK_DEFINE_INST_COUNT()
|
D | GrGLIndexBuffer.cpp | 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X) 66 GR_GL_CALL_RET(GPUGL->glInterface(), in lock()
|
D | 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)
|
D | GrGLVertexBuffer.cpp | 15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X) 63 GR_GL_CALL_RET(GPUGL->glInterface(), in lock()
|
D | GrGLStencilBuffer.cpp | 27 const GrGLInterface* gl = gpuGL->glInterface(); in onRelease()
|
D | GrGLCreateNullInterface.cpp | 393 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()
|
D | GrGLRenderTarget.cpp | 14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
|
D | GrGpuGL.h | 30 const GrGLInterface* glInterface() const { in glInterface() function
|
D | GrGpuGL_program.cpp | 84 #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 28 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()
|