HomeSort by relevance Sort by last modified time
    Searched refs:getProcAddress (Results 1 - 22 of 22) sorted by null

  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.h 25 void* getProcAddress(const char *fname);
ClientAPIExts.cpp 68 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
147 void* getProcAddress(const char *fname)
egl.cpp 537 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h 28 void* (*getProcAddress)(const char *funcName);
  /frameworks/native/opengl/libs/EGL/
Loader.h 55 getProcAddressType getProcAddress;
71 getProcAddressType getProcAddress);
Loader.cpp 157 : getProcAddress(NULL) {
218 getProcAddressType getProcAddress)
228 f = getProcAddress(name);
391 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress");
393 ALOGE_IF(!getProcAddress,
406 f = getProcAddress(name);
420 getProcAddress);
427 getProcAddress);
  /external/deqp/framework/egl/wrapper/
eglwLibrary.cpp 109 ExtLoader (const eglGetProcAddressFunc getProcAddress)
110 : m_getProcAddress(getProcAddress)
136 if (m_egl.getProcAddress)
138 const ExtLoader loader(m_egl.getProcAddress);
eglwFunctions.inl 40 eglGetProcAddressFunc getProcAddress;
eglwInitCore.inl 32 dst->getProcAddress = (eglGetProcAddressFunc) loader->get("eglGetProcAddress");
eglwFuncPtrLibraryDecl.inl 40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
eglwFuncPtrLibraryImpl.inl 177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const
179 return m_egl.getProcAddress(procname);
eglwLibrary.inl 40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const = 0;
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 103 void * getProcAddress(const char * procname)
144 s_gl->getProcAddress = getProcAddress;
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 101 void * getProcAddress(const char * procname)
142 s_gl->getProcAddress = getProcAddress;
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 144 wglGetProcAddressFunc getProcAddress;
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/deqp/framework/egl/
egluGLFunctionLoader.cpp 43 return (glw::GenericFuncType)m_egl.getProcAddress(name);
egluGLContextFactory.cpp 103 return (glw::GenericFuncType)m_egl.getProcAddress(name);
egluCallLogWrapper.inl 280 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
  /frameworks/native/opengl/libs/
Android.mk 31 EGL/getProcAddress.cpp.arm \
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 786 thread.runtimeContext->glExtensions.imageTargetTexture2D = (glEGLImageTargetTexture2DOESFunc)thread.egl.getProcAddress("glEGLImageTargetTexture2DOES");
    [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]

Completed in 1909 milliseconds