Searched refs:getProp (Results 1 – 3 of 3) sorted by relevance
200 static uint32_t getProp(const char *str) { in getProp() function237 rsc->props.mLogTimes = getProp("debug.rs.profile") != 0; in threadProc()238 rsc->props.mLogScripts = getProp("debug.rs.script") != 0; in threadProc()239 rsc->props.mLogShaders = getProp("debug.rs.shader") != 0; in threadProc()240 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes") != 0; in threadProc()241 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms") != 0; in threadProc()242 rsc->props.mLogVisual = getProp("debug.rs.visual") != 0; in threadProc()243 rsc->props.mLogReduce = getProp("debug.rs.reduce"); in threadProc()244 rsc->props.mDebugReduceSplitAccum = getProp("debug.rs.reduce-split-accum") != 0; in threadProc()245 rsc->props.mDebugMaxThreads = getProp("debug.rs.max-threads"); in threadProc()[all …]
62 static uint32_t getProp(const char *str) { in getProp() function173 if (getProp("debug.rs.rsov") == 0 && in InitializeHalDeviceContext()174 getProp("debug.rs.default-CPU-driver") == 0) { in InitializeHalDeviceContext()
86 static uint32_t getProp(const char *str) { in getProp() function109 if (getProp("debug.rs.forcecompat") == 0) { in initDispatch()