Searched refs:cxt (Results 1 – 2 of 2) sorted by relevance
106 void setGrContext(GrContext* cxt);
3092 Context cxt = mView.getContext(); in drawSoftware() local3093 Log.i(mTag, "Drawing: package:" + cxt.getPackageName() + in drawSoftware()3094 ", metrics=" + cxt.getResources().getDisplayMetrics() + in drawSoftware()3095 ", compatibilityInfo=" + cxt.getResources().getCompatibilityInfo()); in drawSoftware()