Searched refs:isIntUniformType (Results 1 – 2 of 2) sorted by relevance
85 static bool isIntUniformType(const SkRuntimeEffect::Uniform::Type& type) { in isIntUniformType() function120 } else if (isIntUniformType(uniform.fVar->type)) { in nativeUpdateFloatUniforms()154 } else if (!isIntUniformType(uniform.fVar->type)) { in nativeUpdateIntUniforms()
305 static bool isIntUniformType(const SkRuntimeEffect::Uniform::Type& type) { in isIntUniformType() function340 } else if (isIntUniformType(uniform.fVar->type)) { in UpdateFloatUniforms()372 } else if (!isIntUniformType(uniform.fVar->type)) { in UpdateIntUniforms()