Searched refs:getProp (Results 1 – 2 of 2) sorted by relevance
217 static uint32_t getProp(const char *str) { in getProp() function256 rsc->props.mLogTimes = getProp("debug.rs.profile") != 0; in threadProc()257 rsc->props.mLogScripts = getProp("debug.rs.script") != 0; in threadProc()258 rsc->props.mLogShaders = getProp("debug.rs.shader") != 0; in threadProc()259 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes") != 0; in threadProc()260 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms") != 0; in threadProc()261 rsc->props.mLogVisual = getProp("debug.rs.visual") != 0; in threadProc()262 rsc->props.mDebugMaxThreads = getProp("debug.rs.max-threads"); in threadProc()264 if (getProp("debug.rs.debug") != 0) { in threadProc()270 bool forceCpu = getProp("debug.rs.default-CPU-driver") != 0; in threadProc()
98 static uint32_t getProp(const char *str) { in getProp() function121 if (getProp("debug.rs.forcecompat") == 0) { in initDispatch()