Lines Matching full:context
23 // go through context so that all necessary flushing occurs
24 GrContext* context = this->getContext();
25 if (NULL == context) {
28 return context->readRenderTargetPixels(this,
39 // go through context so that all necessary flushing occurs
40 GrContext* context = this->getContext();
41 if (NULL == context) {
44 context->writeRenderTargetPixels(this,
51 // go through context so that all necessary flushing occurs
52 GrContext* context = this->getContext();
53 if (NULL == context) {
56 context->resolveRenderTarget(this);
105 GrContext* context = this->getContext();
106 if (NULL != context) {
107 context->purgeCache();
110 if (NULL != context) {
111 context->purgeCache();