OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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