Searched refs:rsDeviceSetConfig (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsApiDevice.cpp | 39 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) { in rsDeviceSetConfig() function
|
D | libRS.map | 65 rsDeviceSetConfig;
|
D | rs.h | 56 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value);
|
D | rsApiStubs.h | 25 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value);
|
D | rsApiStubs.cpp | 101 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) in rsDeviceSetConfig() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 847 return rsDeviceSetConfig((RsDevice)dev, (RsDeviceParam)p, value); in nDeviceSetConfig()
|