Home
last modified time | relevance | path

Searched refs:actual_count (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp957 int actual_count = std::max(1, (int)((primcount + divisor - 1) / divisor)); in sendVertexAttributes() local
958 datalen = state.elementSize * actual_count; in sendVertexAttributes()
985 int actual_count = std::max(1, (int)((primcount + divisor - 1) / divisor)); in sendVertexAttributes() local
986 … bufLen = effectiveStride * (actual_count ? (actual_count - 1) : 0) + state.elementSize; in sendVertexAttributes()