Searched refs:rsAllocName (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A DGenerateTestFiles.cpp832 mJava->indent() << script << ".set_" << p->rsAllocName << "(" << p->javaAllocName
944 *mRs << " = rsGetElementAt_" << p->rsType << "(" << p->rsAllocName << ", x);\n";
974 mRs->indent() << "rsSetElementAt_" << p->rsType << "(" << p->rsAllocName << ", ";
992 if (!testAndSet(param.rsAllocName, rsAllocationsGenerated)) {
993 *mRs << "rs_allocation " << param.rsAllocName << ";\n";
H A DSpecification.h96 std::string rsAllocName; // e.g. gAllocInX member in struct:ParameterDefinition
H A DSpecification.cpp176 rsAllocName = "gAlloc" + capitalize(variableName);

Completed in 49 milliseconds