Home
last modified time | relevance | path

Searched refs:wglCreatePbufferARB (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/glx/windows/
Dwgl.h38 HPBUFFERARB wglCreatePbufferARB(HDC hDC_, int iPixelFormat_, int iWidth_,
Dwgl.c85 HPBUFFERARB wglCreatePbufferARB(HDC hDC_, int iPixelFormat_, int iWidth_, in wglCreatePbufferARB() function
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_getprocaddress.c56 STW_EXTENSION_ENTRY( wglCreatePbufferARB ),
Dstw_ext_pbuffer.c70 wglCreatePbufferARB(HDC hCurrentDC, in wglCreatePbufferARB() function
/external/swiftshader/include/GL/
Dwglext.h162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/angle/src/third_party/khronos/GL/
Dwglext.h159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/mesa3d/include/GL/
Dwglext.h162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h325 #define wglCreatePbufferARB WGLEW_GET_FUN(__wglewCreatePbufferARB) macro
/external/angle/include/WGL/
Dwgl.h253 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19111 …r = ((wglCreatePbufferARB = (PFNWGLCREATEPBUFFERARBPROC)glewGetProcAddress((const GLubyte*)"wglCre… in _glewInit_WGL_ARB_pbuffer()