Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_wgl.h63 wglGetCurrentReadDCARB( VOID );
Dstw_getprocaddress.c84 STW_EXTENSION_ENTRY( wglGetCurrentReadDCARB ),
Dstw_wgl.c104 wglGetCurrentReadDCARB( VOID ) in wglGetCurrentReadDCARB() function
/external/swiftshader/include/GL/
Dwglext.h135 HDC WINAPI wglGetCurrentReadDCARB (void);
/external/mesa3d/include/GL/
Dwglext.h135 HDC WINAPI wglGetCurrentReadDCARB (void);
/external/angle/src/third_party/khronos/GL/
Dwglext.h132 HDC WINAPI wglGetCurrentReadDCARB (void);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h284 #define wglGetCurrentReadDCARB WGLEW_GET_FUN(__wglewGetCurrentReadDCARB) macro
/external/angle/include/WGL/
Dwgl.h226 HDC WINAPI wglGetCurrentReadDCARB (void);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19097 …r = ((wglGetCurrentReadDCARB = (PFNWGLGETCURRENTREADDCARBPROC)glewGetProcAddress((const GLubyte*)"… in _glewInit_WGL_ARB_make_current_read()