Home
last modified time | relevance | path

Searched refs:getProcAddress (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwLibrary.cpp109 ExtLoader (const eglGetProcAddressFunc getProcAddress) in ExtLoader() argument
110 : m_getProcAddress(getProcAddress) in ExtLoader()
136 if (m_egl.getProcAddress) in DefaultLibrary()
138 const ExtLoader loader(m_egl.getProcAddress); in DefaultLibrary()
DeglwFunctions.inl40 eglGetProcAddressFunc getProcAddress; variable
DeglwInitCore.inl32 dst->getProcAddress = (eglGetProcAddressFunc) loader->get("eglGetProcAddress");
DeglwFuncPtrLibraryImpl.inl177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const function in FuncPtrLibrary
179 return m_egl.getProcAddress(procname);
DeglwFuncPtrLibraryDecl.inl40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
DeglwLibrary.inl40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const …
/external/deqp/framework/platform/win32/
DtcuWGL.cpp144 wglGetProcAddressFunc getProcAddress; member
159 , getProcAddress (DE_NULL) in Functions()
194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress"); in Library()
200 !m_functions.getProcAddress || in Library()
230 …xelFormatAttribivARB = (wglGetPixelFormatAttribivARBFunc)m_functions.getProcAddress("wglGetPixelFo… in Library()
231 …xelFormatAttribfvARB = (wglGetPixelFormatAttribfvARBFunc)m_functions.getProcAddress("wglGetPixelFo… in Library()
232 …m_functions.choosePixelFormatARB = (wglChoosePixelFormatARBFunc)m_functions.getProcAddress("wglCh… in Library()
235 …m_functions.createContextAttribsARB = (wglCreateContextAttribsARBFunc)m_functions.getProcAddress(… in Library()
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp43 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
DegluGLContextFactory.cpp103 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
DegluCallLogWrapper.inl280 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp786 ….imageTargetTexture2D = (glEGLImageTargetTexture2DOESFunc)thread.egl.getProcAddress("glEGLImageTar… in exec()
/external/mesa3d/include/GL/
Dglext.h12474 GLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);
12485 …edef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);