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

  /frameworks/rs/rsov/compiler/spirit/
module.cpp 411 Module *Module::addStructType(TypeStructInst *structType) {
412 getGlobalSection()->addStructType(structType);
839 GlobalSection *GlobalSection::addStructType(TypeStructInst *structType) {
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 324 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
342 receiver.addStructType(m_structTypes[i]);
406 res->addStructType(structType);
439 res->addStructType(subSubStructType);
440 res->addStructType(subStructType);
441 res->addStructType(structType);
    [all...]

Completed in 1522 milliseconds