Searched refs:MesaGLContext (Results 1 – 1 of 1) sorted by relevance
35 class MesaGLContext : public sk_gpu_test::GLTestContext { class40 MesaGLContext(MesaGLContext* shareContext);41 ~MesaGLContext() override;56 MesaGLContext::MesaGLContext(MesaGLContext* shareContext) in MesaGLContext() function in __anon2d920e470111::MesaGLContext111 MesaGLContext::~MesaGLContext() { in ~MesaGLContext()116 void MesaGLContext::destroyGLContext() { in destroyGLContext()129 void MesaGLContext::onPlatformMakeCurrent() const { in onPlatformMakeCurrent()138 void MesaGLContext::onPlatformSwapBuffers() const { } in onPlatformSwapBuffers()140 GrGLFuncPtr MesaGLContext::onPlatformGetProcAddress(const char *procName) const { in onPlatformGetProcAddress()148 MesaGLContext* mesaShareContext = reinterpret_cast<MesaGLContext*>(shareContext); in CreateMesaGLTestContext()[all …]