Home
last modified time | relevance | path

Searched refs:MesaGLContext (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/gpu/gl/mesa/
DGLTestContext_mesa.cpp35 class MesaGLContext : public sk_gpu_test::GLTestContext { class
40 MesaGLContext(MesaGLContext* shareContext);
41 ~MesaGLContext() override;
56 MesaGLContext::MesaGLContext(MesaGLContext* shareContext) in MesaGLContext() function in __anon2d920e470111::MesaGLContext
111 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 …]