Searched refs:WorkerContextAndroid (Results 1 – 1 of 1) sorted by relevance
492 class WorkerContextAndroid final : public WorkerContext class495 WorkerContextAndroid(EGLContext context, FunctionsEGL *functions, EGLSurface pbuffer);496 ~WorkerContextAndroid() override;507 WorkerContextAndroid::WorkerContextAndroid(EGLContext context, in WorkerContextAndroid() function in rx::WorkerContextAndroid513 WorkerContextAndroid::~WorkerContextAndroid() in ~WorkerContextAndroid()518 bool WorkerContextAndroid::makeCurrent() in makeCurrent()528 void WorkerContextAndroid::unmakeCurrent() in unmakeCurrent()543 return new WorkerContextAndroid(context, mEGL, mMockPbuffer); in createWorkerContext()