Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_getprocaddress.c65 STW_EXTENSION_ENTRY( wglGetPixelFormatAttribivARB ),
Dstw_ext_pixelformat.c503 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribivARB() function
/external/swiftshader/include/GL/
Dwglext.h225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/angle/src/third_party/khronos/GL/
Dwglext.h222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/mesa3d/include/GL/
Dwglext.h225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h396 #define wglGetPixelFormatAttribivARB WGLEW_GET_FUN(__wglewGetPixelFormatAttribivARB) macro
/external/angle/include/WGL/
Dwgl.h316 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19130 …r = ((wglGetPixelFormatAttribivARB = (PFNWGLGETPIXELFORMATATTRIBIVARBPROC)glewGetProcAddress((cons… in _glewInit_WGL_ARB_pixel_format()