OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptCCreate
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
ScriptC.cpp
27
mID = RS::dispatch->
ScriptCCreate
(rs->getContext(), cachedName, cachedNameLength,
RenderScript.cpp
350
RS::dispatch->
ScriptCCreate
= (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate");
351
if (RS::dispatch->
ScriptCCreate
== NULL) {
352
ALOGE("Couldn't initialize RS::dispatch->
ScriptCCreate
");
rsDispatch.h
149
ScriptCCreateFnPtr
ScriptCCreate
;
/frameworks/rs/
rs.spec
341
ScriptCCreate
{
Completed in 226 milliseconds