Home | History | Annotate | Download | only in jni

Lines Matching defs:c_str

260     const char* c_str() const { return fCStr; }
294 const char **c_str() const { return mCStrings; }
603 (RsContext)con, nameUTF.c_str(), nameUTF.length(),
604 cacheDirUTF.c_str(), cacheDirUTF.length(),
901 ALOGD("ContextSetCacheDir, con(%p), cacheDir(%s)", (RsContext)con, cacheDirUTF.c_str());
903 rsContextSetCacheDir((RsContext)con, cacheDirUTF.c_str(), cacheDirUTF.length());
1111 const char **nameArray = names.c_str();
1677 asset = locked_mgr->Open(str.c_str(), Asset::ACCESS_BUFFER);
1691 jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromFile((RsContext)con, fileNameUTF.c_str());
1736 fileNameUTF.c_str(), fileNameUTF.length(),
1750 nameUTF.c_str(), nameUTF.length(),
1769 asset = locked_mgr->Open(str.c_str(), Asset::ACCESS_BUFFER);
1776 str.c_str(), str.length(),
2245 resNameUTF.c_str(), resNameUTF.length(),
2246 cacheDirUTF.c_str(), cacheDirUTF.length(),
2501 const char ** nameArray = names.c_str();
2512 jlong ret = (jlong)(uintptr_t)rsProgramFragmentCreate((RsContext)con, shaderUTF.c_str(), shaderUTF.length(),
2542 const char ** nameArray = names.c_str();
2550 jlong ret = (jlong)(uintptr_t)rsProgramVertexCreate((RsContext)con, shaderUTF.c_str(), shaderUTF.length(),