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

  /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);
  /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;
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 68 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
147 void* getProcAddress(const char *fname)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 70 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname)
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 89 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*);
  /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);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 43 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
61 getProcAddress :getProcAddress
90 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 46 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
64 getProcAddress :getProcAddress
93 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) {
    [all...]

Completed in 527 milliseconds