Home
last modified time | relevance | path

Searched defs:xCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
H A DMainActivity.java82 private float findMinUserType1DAutoComb(RenderScript rs, ScriptC_reduce_auto_comb s, int xCount) { in findMinUserType1DAutoComb()
96 private float findMinUserType1D(RenderScript rs, ScriptC_reduce s, int xCount) { in findMinUserType1D()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java286 private native boolean setShaderTileCounts(int xCount, int yCount); in setShaderTileCounts()