Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_getprocaddress.c64 STW_EXTENSION_ENTRY( wglGetPixelFormatAttribfvARB ),
Dstw_ext_pixelformat.c481 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribfvARB() function
/external/swiftshader/include/GL/
Dwglext.h226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/angle/src/third_party/khronos/GL/
Dwglext.h223 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/mesa3d/include/GL/
Dwglext.h226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h395 #define wglGetPixelFormatAttribfvARB WGLEW_GET_FUN(__wglewGetPixelFormatAttribfvARB) macro
/external/angle/include/WGL/
Dwgl.h317 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19129 …r = ((wglGetPixelFormatAttribfvARB = (PFNWGLGETPIXELFORMATATTRIBFVARBPROC)glewGetProcAddress((cons… in _glewInit_WGL_ARB_pixel_format()