Home
last modified time | relevance | path

Searched refs:ResourceId (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.h122 const std::string &ResourceId, in Context() argument
130 mResourceId(ResourceId), in Context()
Dslang_rs_reflection.cpp2038 std::string ResourceId = ""; in reflect() local
2047 if (!GetClassNameFromFileName(OutputBCFileName, ResourceId)) in reflect()
2050 if (ResourceId.empty()) in reflect()
2051 ResourceId = "<Resource ID>"; in reflect()
2055 RSPackageName, ResourceId, PaddingPrefix, true); in reflect()
2058 RSPackageName, ResourceId, PaddingPrefix, false); in reflect()