OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptKernelIDCreate
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
360
RS::dispatch->
ScriptKernelIDCreate
= (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreate");
361
if (RS::dispatch->
ScriptKernelIDCreate
== NULL) {
362
ALOGE("Couldn't initialize RS::dispatch->
ScriptKernelIDCreate
");
rsDispatch.h
151
ScriptKernelIDCreateFnPtr
ScriptKernelIDCreate
;
/frameworks/rs/
rs.spec
354
ScriptKernelIDCreate
{
Completed in 130 milliseconds