OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementCreate2
(Results
1 - 10
of
10
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
218
RS::dispatch->
ElementCreate2
= (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2");
219
if (RS::dispatch->
ElementCreate2
== NULL) {
220
ALOGV("Couldn't initialize RS::dispatch->
ElementCreate2
");
rsDispatch.h
122
ElementCreate2FnPtr
ElementCreate2
;
Element.cpp
403
void *id = RS::dispatch->
ElementCreate2
(mRS->getContext(),
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec
119
ElementCreate2
{
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec
119
ElementCreate2
{
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec
119
ElementCreate2
{
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h
121
ElementCreate2FnPtr
ElementCreate2
;
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h
121
ElementCreate2FnPtr
ElementCreate2
;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h
121
ElementCreate2FnPtr
ElementCreate2
;
/frameworks/rs/
rs.spec
120
ElementCreate2
{
Completed in 1053 milliseconds