HomeSort by relevance Sort by last modified time
    Searched refs:getProcAddress (Results 1 - 17 of 17) 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 539 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.h 25 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname);
ClientAPIExts.cpp 70 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname)
EglImp.cpp 752 // GLES getProcAddress after when a context is bound.
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h 28 void* (*getProcAddress)(const char *funcName);
  /frameworks/native/opengl/libs/EGL/
Loader.h 56 getProcAddressType getProcAddress;
72 getProcAddressType getProcAddress);
Loader.cpp 228 getProcAddressType getProcAddress)
238 f = getProcAddress(name);
307 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress");
309 ALOGE_IF(!getProcAddress,
351 f = getProcAddress(name);
365 getProcAddress);
372 getProcAddress);
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 98 void * getProcAddress(const char * procname)
137 s_gl->getProcAddress = getProcAddress;
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 95 void * getProcAddress(const char * procname)
134 s_gl->getProcAddress = getProcAddress;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.cpp 35 static void* getProcAddress(const char* procName)
56 void* target = getProcAddress(functionName);
62 target = getProcAddress(fullFunctionName.utf8().data());
68 target = getProcAddress(fullFunctionName.utf8().data());
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 89 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*);
  /frameworks/native/opengl/libs/
Android.mk 31 EGL/getProcAddress.cpp.arm \
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 275 void* getProcAddress(const String& proc);
282 #define GET_PROC_ADDRESS(Proc) reinterpret_cast<Proc##Type>(getProcAddress(#Proc));
590 void* GraphicsContext3DInternal::getProcAddress(const String& proc)
597 void* addr = m_glWidget->context()->getProcAddress(QString(nameWithExt));
    [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...]
  /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...]

Completed in 208 milliseconds