OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementCreate
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
Element.cpp
320
void * id = RS::dispatch->
ElementCreate
(rs->getContext(), dt, RS_KIND_USER, false, 1);
329
void *id = RS::dispatch->
ElementCreate
(rs->getContext(), dt, RS_KIND_USER, false, size);
387
void * id = RS::dispatch->
ElementCreate
(rs->getContext(), dt, dk, true, size);
rsDispatch.cpp
78
dispatchTab.
ElementCreate
= (ElementCreateFnPtr)dlsym(handle, "rsElementCreate");
221
if (dispatchTab.
ElementCreate
== nullptr) {
222
LOG_ERR("Couldn't initialize dispatchTab.
ElementCreate
");
rsDispatch.h
151
ElementCreateFnPtr
ElementCreate
;
/frameworks/rs/
rs.spec
145
ElementCreate
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 105 milliseconds