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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 129 void genPointerTypeExportVariable(const RSExportVar *EV);
130 void genMatrixTypeExportVariable(const RSExportVar *EV);
131 void genRecordTypeExportVariable(const RSExportVar *EV);
133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
136 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
slang_rs_export_var.h 34 class RSExportVar : public RSExportable {
48 RSExportVar(RSContext *Context,
66 }; // RSExportVar
slang_rs_reflection.h 37 class RSExportVar;
221 void genExportVariable(const RSExportVar *EV);
222 void genPrimitiveTypeExportVariable(const RSExportVar *EV);
223 void genPointerTypeExportVariable(const RSExportVar *EV);
224 void genVectorTypeExportVariable(const RSExportVar *EV);
225 void genMatrixTypeExportVariable(const RSExportVar *EV);
226 void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
230 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension,
slang_rs_export_var.cpp 29 RSExportVar::RSExportVar(RSContext *Context,
slang_rs_reflection_cpp.cpp 227 const RSExportVar *ev = *I;
483 const RSExportVar *EV = *I;
516 const RSExportVar *EV = *I;
552 const RSExportVar *EV) {
585 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) {
620 const RSExportVar *EV) {
651 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) {
679 const RSExportVar *EV) {
700 const RSExportVar *EV) {
    [all...]
slang_rs_context.cpp 87 RSExportVar *EV = new RSExportVar(this, VD, ET);
slang_rs_context.h 55 class RSExportVar;
68 typedef std::list<RSExportVar*> ExportVarList;
slang_rs_reflection_state.h 38 class RSExportVar;
344 Val32 declareVariable(const RSExportVar *EV);
slang_rs_reflection.cpp 646 const RSExportVar *EV = *I;
860 void RSReflectionJava::genExportVariable(const RSExportVar *EV) {
    [all...]
slang_rs_reflection_state.cpp     [all...]
slang_backend.cpp 764 const RSExportVar *EV = *I;
    [all...]

Completed in 108 milliseconds