HomeSort by relevance Sort by last modified time
    Searched defs:getProcAddress (Results 1 - 8 of 8) 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 114 void * getProcAddress(const char * procname)
170 s_gl->getProcAddress = getProcAddress;
  /device/generic/goldfish-opengl/system/GLESv2/
gl2.cpp 112 void * getProcAddress(const char * procname)
168 s_gl->getProcAddress = getProcAddress;
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.cpp 69 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
149 void* getProcAddress(const char *fname)
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALDevice.java 78 @Selector("getProcAddress:")
79 public native VoidPtr getProcAddress(String functionName);
ALContext.java 104 @Selector("getProcAddress:")
105 public native VoidPtr getProcAddress(String functionName);
  /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);

Completed in 793 milliseconds