Searched refs:OSMesaDestroyContext (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/targets/osmesa/ |
H A D | test-render.cpp | 69 std::unique_ptr<osmesa_context, decltype(&OSMesaDestroyContext)> ctx{ in TEST_P() 70 OSMesaCreateContext(p.format, NULL), &OSMesaDestroyContext}; in TEST_P() 168 std::unique_ptr<osmesa_context, decltype(&OSMesaDestroyContext)> ctx{ in TEST() 169 OSMesaCreateContextExt(OSMESA_RGB_565, 24, 8, 0, NULL), &OSMesaDestroyContext}; in TEST() 221 std::unique_ptr<osmesa_context, decltype(&OSMesaDestroyContext)> ctx{ in TEST() 222 OSMesaCreateContextExt(OSMESA_RGBA, 0, 0, 0, NULL), &OSMesaDestroyContext}; in TEST() 248 std::unique_ptr<osmesa_context, decltype(&OSMesaDestroyContext)> ctx1{ in TEST() 249 OSMesaCreateContext(GL_RGBA, NULL), &OSMesaDestroyContext}; in TEST() 250 std::unique_ptr<osmesa_context, decltype(&OSMesaDestroyContext)> ctx2{ in TEST() 251 OSMesaCreateContext(GL_RGBA, NULL), &OSMesaDestroyContext}; in TEST() [all...] |
/third_party/mesa3d/include/GL/ |
H A D | osmesa.h | 38 * OSMesaDestroyContext - destroy an OSMesaContext 177 OSMesaDestroyContext( OSMesaContext ctx );
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 725 OSMesaDestroyContext(OSMesaContext osmesa) in OSMesaDestroyContext() function 994 { "OSMesaDestroyContext", (OSMESAproc) OSMesaDestroyContext },
|
/third_party/glfw/src/ |
H A D | osmesa_context.c | 77 OSMesaDestroyContext(window->context.osmesa.handle); in destroyContextOSMesa() 154 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaDestroyContext"); in _glfwInitOSMesa()
|
H A D | internal.h | 266 #define OSMesaDestroyContext _glfw.osmesa.DestroyContext macro
|
Completed in 5 milliseconds