Searched refs:getProp (Results 1 – 2 of 2) sorted by relevance
215 static uint32_t getProp(const char *str) { in getProp() function306 rsc->props.mLogTimes = getProp("debug.rs.profile") != 0; in threadProc()307 rsc->props.mLogScripts = getProp("debug.rs.script") != 0; in threadProc()308 rsc->props.mLogObjects = getProp("debug.rs.object") != 0; in threadProc()309 rsc->props.mLogShaders = getProp("debug.rs.shader") != 0; in threadProc()310 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes") != 0; in threadProc()311 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms") != 0; in threadProc()312 rsc->props.mLogVisual = getProp("debug.rs.visual") != 0; in threadProc()313 rsc->props.mDebugMaxThreads = getProp("debug.rs.max-threads"); in threadProc()315 if (getProp("debug.rs.debug") != 0) { in threadProc()[all …]
434 static uint32_t getProp(const char *str) { in getProp() function457 if (getProp("debug.rs.forcecompat") == 0) { in initDispatch()