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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 94 RSExportVectorType *EVT =
95 RSExportVectorType::Create(Context,
slang_rs_export_type.cpp 610 return RSExportVectorType::GetTypeName(EVT);
694 ET = RSExportVectorType::Create(Context,
    [all...]
slang_rs_export_type.h 351 class RSExportVectorType : public RSExportPrimitiveType {
357 RSExportVectorType(RSContext *Context,
370 static RSExportVectorType *Create(RSContext *Context,
slang_rs_reflection.cpp 174 const RSExportVectorType *EVT =
175 static_cast<const RSExportVectorType*>(ET);
236 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(ET);
427 const RSExportVectorType *EVT =
428 static_cast<const RSExportVectorType*>(ET);
    [all...]

Completed in 31 milliseconds