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

  /sdk/emulator/opengl/host/tools/emugen/
Var.h 92 bool isLarge() const { return m_isLarge; }
ApiGen.cpp 24 /* Define this to 1 to enable support for the 'isLarge' variable flag
506 // We need to take care of 'isLarge' variable in a special way
507 // Anything before an isLarge variable can be packed into a single
508 // buffer, which is then commited. Each isLarge variable is a pointer
539 if (evars[j].isLarge())
561 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
582 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
594 for ( ; j < maxvars && evars[j].isLarge(); j++) {
    [all...]

Completed in 32 milliseconds