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

  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 268 v->setPointerDir(Var::POINTER_OUT);
270 v->setPointerDir(Var::POINTER_INOUT);
272 v->setPointerDir(Var::POINTER_IN);
Var.h 87 void setPointerDir(PointerDir dir) { m_pointerDir = dir; }

Completed in 40 milliseconds