_context 30 gui/aqua/aqua_ogl_glue.cpp : _context(NULL) _context 39 gui/aqua/aqua_ogl_glue.cpp aglDestroyContext (_context); _context 58 gui/aqua/aqua_ogl_glue.cpp _context = aglCreateContext (pixfmt, NULL); _context 59 gui/aqua/aqua_ogl_glue.cpp if (!_context) { _context 64 gui/aqua/aqua_ogl_glue.cpp bool ret = aglSetCurrentContext(_context); _context 80 gui/aqua/aqua_ogl_glue.cpp bool ret = aglSetDrawable(_context, drawable); _context 88 gui/aqua/aqua_ogl_glue.cpp assert(aglSetCurrentContext(_context)); _context 89 gui/aqua/aqua_ogl_glue.cpp aglUpdateContext(_context); _context 91 gui/aqua/aqua_ogl_glue.cpp aglSwapBuffers(_context); _context 41 gui/aqua/aqua_ogl_glue.h AGLContext _context; _context 39 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp if ( _context ) { _context 40 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp audio_resample_close( _context ); _context 48 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp if ( ! _context ) { _context 49 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp _context = audio_resample_init( _context 67 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp return audio_resample( _context, output, input, samples ); _context 73 libmedia/ffmpeg/AudioResamplerFfmpeg.h ReSampleContext* _context; _context 46 libmedia/ffmpeg/VideoConverterFfmpeg.cpp sws_freeContext(_context); _context 49 libmedia/ffmpeg/VideoConverterFfmpeg.cpp SwsContext* getContext() const { return _context; } _context 52 libmedia/ffmpeg/VideoConverterFfmpeg.cpp SwsContext* _context; _context 75 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp sws_freeContext(_context); _context 78 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp SwsContext* getContext() const { return _context; } _context 81 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp SwsContext* _context; _context 109 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp if (!_context->initDecoder(width, height)) _context 113 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp this->context_id = _context->get(); _context 61 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h boost::shared_ptr<VaapiContext> _context; _context 69 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h { return new VaapiSurfaceFfmpeg(_context->acquireSurface(), _context); } _context 235 librender/opengl/Renderer_ogl.cpp if (!_context) { _context 240 librender/opengl/Renderer_ogl.cpp if (!OSMesaMakeCurrent(_context, _buffer.get(), GL_UNSIGNED_BYTE, width, _context 255 librender/opengl/Renderer_ogl.cpp if (!_context) { _context 258 librender/opengl/Renderer_ogl.cpp OSMesaDestroyContext(_context); _context 284 librender/opengl/Renderer_ogl.cpp OSMesaContext _context; _context 96 libvaapi/VaapiContext.cpp , _context(VA_INVALID_ID) _context 117 libvaapi/VaapiContext.cpp log_debug("VaapiContext::~VaapiContext(): context 0x%08x\n", _context); _context 199 libvaapi/VaapiContext.cpp _context = context; _context 202 libvaapi/VaapiContext.cpp log_debug(" -> context 0x%08x\n", _context); _context 213 libvaapi/VaapiContext.cpp if (_context != VA_INVALID_ID) { _context 214 libvaapi/VaapiContext.cpp status = vaDestroyContext(_display,_context); _context 217 libvaapi/VaapiContext.cpp _context = VA_INVALID_ID; _context 56 libvaapi/VaapiContext.h VAContextID _context; _context 78 libvaapi/VaapiContext.h VAContextID get() const { return _context; } _context 73 libvaapi/VaapiSurface.h VaapiContext *_context; _context 76 libvaapi/VaapiSurface.h void setContext(VaapiContext *context) { _context = context; } _context 82 libvaapi/VaapiSurface.h VaapiContext *getContext() const { return _context; } _context 38 libvaapi/VaapiSurfaceProxy.cpp _context->releaseSurface(_surface); _context 34 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> _context; _context 46 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> getContext() const { return _context; }