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

  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 122 m_retval.init(std::string(""), theType, std::string(""), Var::POINTER_OUT, std::string(""), std::string(""));
268 v->setPointerDir(Var::POINTER_OUT);
Var.h 26 typedef enum { POINTER_OUT = 0x1, POINTER_IN = 0x2, POINTER_INOUT = 0x3 } PointerDir;

Completed in 45 milliseconds