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

  /frameworks/compile/slang/
slang_rs_reflection.h 168 enum { FieldIndex = 0x1, Field32Index = 0x2 }; // bitmask
170 slangAssert(!(Which & ~(FieldIndex | Field32Index)));
172 if (Which & Field32Index) mField32Index++;
slang_rs_reflection.cpp 97 unsigned Which = RSReflectionJava::FieldIndex | RSReflectionJava::Field32Index);
    [all...]

Completed in 70 milliseconds