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

  /external/deqp/framework/platform/win32/
tcuWGL.hpp 178 typedef void (__stdcall* FunctionPtr) (void);
193 FunctionPtr getGLFunction (const char* name) const;
tcuWGL.cpp 433 FunctionPtr Context::getGLFunction (const char* name) const
435 FunctionPtr ptr = DE_NULL;
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 47 milliseconds