OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceCreate
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
53
dispatchTab.
DeviceCreate
= (DeviceCreateFnPtr)dlsym(handle, "rsDeviceCreate");
54
if (dispatchTab.
DeviceCreate
== NULL) {
55
LOG_API("Couldn't initialize dispatchTab.
DeviceCreate
");
RenderScript.cpp
161
mDev = RS::dispatch->
DeviceCreate
();
rsDispatch.h
110
DeviceCreateFnPtr
DeviceCreate
;
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h
96
DeviceCreateFnPtr
DeviceCreate
;
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h
96
DeviceCreateFnPtr
DeviceCreate
;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h
96
DeviceCreateFnPtr
DeviceCreate
;
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 1747 milliseconds