OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accGetScriptInfoLog
(Results
1 - 5
of
5
) sorted by null
/system/core/include/acc/
acc.h
69
void
accGetScriptInfoLog
(ACCscript* script,
/system/core/libacc/tests/
main.cpp
155
accGetScriptInfoLog
(script, 0, &bufferLength, NULL);
158
accGetScriptInfoLog
(script, bufferLength + 1, NULL, buf);
runtimeTest.cpp
82
accGetScriptInfoLog
(script, sizeof(buf), NULL, buf);
/frameworks/base/libs/rs/
rsScriptC.cpp
161
accGetScriptInfoLog
(s->mAccScript, sizeof(buf), &len, buf);
/system/core/libacc/
acc.cpp
[
all
...]
Completed in 502 milliseconds