Searched refs:yCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.cpp75 uint32_t yCount = patch->numYDivs; local
77 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
87 const uint32_t yStretchCount = (yCount + 1) >> 1;
109 for (uint32_t i = 1; i < yCount; i += 2) {
129 for (uint32_t i = 0; i < yCount; i++) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java283 private native boolean setShaderTileCounts(int xCount, int yCount); argument

Completed in 141 milliseconds