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 96 RSExportVectorType *EVT =
97 RSExportVectorType::Create(Context,
slang_rs_reflection.cpp 121 static const char *GetVectorTypeName(const RSExportVectorType *EVT) {
176 static const char *GetVectorElementName(const RSExportVectorType *EVT) {
336 return GetVectorTypeName(static_cast<const RSExportVectorType*>(ET));
454 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(ET);
783 const RSExportVectorType *EVT =
784 static_cast<const RSExportVectorType*>(ET);
    [all...]
slang_rs_export_type.cpp 519 return RSExportVectorType::GetTypeName(EVT);
603 ET = RSExportVectorType::Create(Context,
1013 /***************************** RSExportVectorType *****************************/
1015 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) {
    [all...]
slang_rs_export_type.h 320 class RSExportVectorType : public RSExportPrimitiveType {
326 RSExportVectorType(RSContext *Context,
340 static RSExportVectorType *Create(RSContext *Context,

Completed in 451 milliseconds