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

  /frameworks/compile/slang/
slang_rs_export_var.cpp 81 const RSExportConstantArrayType *ECAT =
82 static_cast<const RSExportConstantArrayType*>(ET);
slang_rs_export_type.cpp 763 ET = RSExportConstantArrayType::Create(
    [all...]
slang_rs_export_type.h 442 class RSExportConstantArrayType : public RSExportType {
448 RSExportConstantArrayType(RSContext *Context,
461 static RSExportConstantArrayType *Create(RSContext *Context,
slang_rs_reflection.cpp 189 const RSExportConstantArrayType* CAT =
190 static_cast<const RSExportConstantArrayType*>(ET);
372 const RSExportConstantArrayType *ECAT =
373 static_cast<const RSExportConstantArrayType*>(EV->getType());
    [all...]
slang_rs_reflection_cpp.cpp 92 const RSExportConstantArrayType* CAT =
93 static_cast<const RSExportConstantArrayType*>(ET);
694 /*const RSExportConstantArrayType *ECAT =
695 static_cast<const RSExportConstantArrayType *>(ET);

Completed in 78 milliseconds