Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_context.c79 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
85 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
91 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
97 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
107 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
/external/mesa3d/include/GL/
Dwglext.h189 #define ERROR_INVALID_VERSION_ARB 0x2095 macro