Searched defs:getProcAddress (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/Common/
H A DSharedLibrary.hpp27 void *getProcAddress(void *library, const char *name);
38 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol))
53 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol))
83 inline void *getProcAddress(void *library, const char *name) function
118 inline void *getProcAddress(void *library, const char *name) function
/external/deqp/framework/egl/wrapper/
H A DeglwLibrary.cpp109 ExtLoader (const eglGetProcAddressFunc getProcAddress) argument
110 : m_getProcAddress(getProcAddress)
136 if (m_egl.getProcAddress)
138 const ExtLoader loader(m_egl.getProcAddress);
/external/mesa3d/src/mesa/main/
H A Dvdpau.c55 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) argument
64 if (!getProcAddress) {
65 _mesa_error(ctx, GL_INVALID_VALUE, "getProcAddress");
75 ctx->vdpGetProcAddress = getProcAddress;
/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);

Completed in 131 milliseconds