OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementCreate2
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
210
RS::dispatch->
ElementCreate2
= (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2");
211
if (RS::dispatch->
ElementCreate2
== NULL) {
212
ALOGE("Couldn't initialize RS::dispatch->
ElementCreate2
");
rsDispatch.h
121
ElementCreate2FnPtr
ElementCreate2
;
Element.cpp
402
void *id = RS::dispatch->
ElementCreate2
(mRS->getContext(),
/frameworks/rs/
rs.spec
120
ElementCreate2
{
Completed in 166 milliseconds