OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptBindAllocation
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Script.cpp
45
tryDispatch(mRS, RS::dispatch->
ScriptBindAllocation
(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
RenderScript.cpp
285
RS::dispatch->
ScriptBindAllocation
= (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocation");
286
if (RS::dispatch->
ScriptBindAllocation
== NULL) {
287
ALOGE("Couldn't initialize RS::dispatch->
ScriptBindAllocation
");
rsDispatch.h
136
ScriptBindAllocationFnPtr
ScriptBindAllocation
;
/frameworks/rs/
rs.spec
258
ScriptBindAllocation
{
Completed in 31 milliseconds