OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsDeviceSetConfig
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/
rsDevice.cpp
53
extern "C" void
rsDeviceSetConfig
(RsDevice dev, RsDeviceParam p, int32_t value) {
rs.h
56
void
rsDeviceSetConfig
(RsDevice dev, RsDeviceParam p, int32_t value);
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.h
56
void
rsDeviceSetConfig
(RsDevice dev, RsDeviceParam p, int32_t value);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.h
56
void
rsDeviceSetConfig
(RsDevice dev, RsDeviceParam p, int32_t value);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.h
56
void
rsDeviceSetConfig
(RsDevice dev, RsDeviceParam p, int32_t value);
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
126
return
rsDeviceSetConfig
((RsDevice)dev, (RsDeviceParam)p, value);
[
all
...]
/frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp
239
return
rsDeviceSetConfig
((RsDevice)dev, (RsDeviceParam)p, value);
[
all
...]
Completed in 234 milliseconds