HomeSort by relevance Sort by last modified time
    Searched defs:addExportVarIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/rsov/compiler/
Context.cpp 70 void Context::addExportVarIndex(const char *varName, uint32_t index) {
76 addExportVarIndex(slot, index);
Context.h 69 void addExportVarIndex(uint32_t slot, uint32_t index) {
75 void addExportVarIndex(const char *varName, uint32_t index);

Completed in 226 milliseconds