Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h772 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priori…
/external/angle/src/third_party/khronos/GL/
Dwglext.h762 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priori…
/external/mesa3d/include/GL/
Dwglext.h786 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priori…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1117 #define wglAllocateMemoryNV WGLEW_GET_FUN(__wglewAllocateMemoryNV) macro
/external/angle/include/WGL/
Dwgl.h868 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priori…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19445 …r = ((wglAllocateMemoryNV = (PFNWGLALLOCATEMEMORYNVPROC)glewGetProcAddress((const GLubyte*)"wglAll… in _glewInit_WGL_NV_vertex_array_range()