Lines Matching refs:getProp
200 static uint32_t getProp(const char *str) { in getProp() function
237 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()
247 if (getProp("debug.rs.debug") != 0) { in threadProc()
253 bool forceRSoV = getProp("debug.rs.rsov") != 0; in threadProc()
259 bool forceCpu = getProp("debug.rs.default-CPU-driver") != 0; in threadProc()