Home
last modified time | relevance | path

Searched refs:PFNWGLQUERYPBUFFERARBPROC (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h75 PFNWGLQUERYPBUFFERARBPROC queryPbufferARB;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h322 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int* piVal… typedef
1244 WGLEW_FUN_EXPORT PFNWGLQUERYPBUFFERARBPROC __wglewQueryPbufferARB;
/external/swiftshader/include/GL/
Dwglext.h160 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h157 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… typedef
/external/mesa3d/include/GL/
Dwglext.h160 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… typedef
/external/angle/include/WGL/
Dwgl.h251 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18837 PFNWGLQUERYPBUFFERARBPROC __wglewQueryPbufferARB = NULL;
19114 …r = ((wglQueryPbufferARB = (PFNWGLQUERYPBUFFERARBPROC)glewGetProcAddress((const GLubyte*)"wglQuery… in _glewInit_WGL_ARB_pbuffer()