Home | History | Annotate | Download | only in fiddle

Lines Matching refs:OSMesaContext

64 static OSMesaContext create_osmesa_context() {
65 OSMesaContext osMesaContext =
67 if (osMesaContext != nullptr) {
69 OSMesaMakeCurrent(osMesaContext, &buffer, GL_UNSIGNED_BYTE, 16, 16);
71 return osMesaContext;
107 OSMesaContext osMesaContext = create_osmesa_context();
124 if (osMesaContext) {
125 OSMesaDestroyContext(osMesaContext);