Searched refs:getProcAddress (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp144 wglGetProcAddressFunc getProcAddress; member in struct:tcu::wgl::Functions
159 , getProcAddress (DE_NULL)
194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress");
200 !m_functions.getProcAddress ||
230 m_functions.getPixelFormatAttribivARB = (wglGetPixelFormatAttribivARBFunc)m_functions.getProcAddress("wglGetPixelFormatAttribivARB");
231 m_functions.getPixelFormatAttribfvARB = (wglGetPixelFormatAttribfvARBFunc)m_functions.getProcAddress("wglGetPixelFormatAttribfvARB");
232 m_functions.choosePixelFormatARB = (wglChoosePixelFormatARBFunc)m_functions.getProcAddress("wglChoosePixelFormatARB");
235 m_functions.createContextAttribsARB = (wglCreateContextAttribsARBFunc)m_functions.getProcAddress("wglCreateContextAttribsARB");
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h12484 GLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);
12495 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);
/external/mesa3d/include/GL/
H A Dglext.h12474 GLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);
12485 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);

Completed in 705 milliseconds