Home
last modified time | relevance | path

Searched refs:wglCreateBufferRegionARB (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/include/GL/
Dwglext.h64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
/external/mesa3d/include/GL/
Dwglext.h64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
/external/angle/src/third_party/khronos/GL/
Dwglext.h66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h173 #define wglCreateBufferRegionARB WGLEW_GET_FUN(__wglewCreateBufferRegionARB) macro
/external/angle/include/WGL/
Dwgl.h155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19055 …r = ((wglCreateBufferRegionARB = (PFNWGLCREATEBUFFERREGIONARBPROC)glewGetProcAddress((const GLubyt… in _glewInit_WGL_ARB_buffer_region()