Home
last modified time | relevance | path

Searched refs:RsDeviceParam (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/rs/
H A DrsApiDevice.cpp39 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) { in rsDeviceSetConfig()
H A Drs.h58 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) __DEPRECATED_IN(31);
H A DrsDefines.h75 enum RsDeviceParam { enum
H A DrsApiStubs.h25 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) __DEPRECATED_IN(31);
H A DrsApiStubs.cpp101 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) in rsDeviceSetConfig()
/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h29 typedef void (*DeviceSetConfigFnPtr) (RsDevice dev, RsDeviceParam p, int32_t value);
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp801 return dispatchTab.DeviceSetConfig((RsDevice)dev, (RsDeviceParam)p, value); in nDeviceSetConfig()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp847 return rsDeviceSetConfig((RsDevice)dev, (RsDeviceParam)p, value); in nDeviceSetConfig()