Home | History | Annotate | Download | only in output

Lines Matching full:quad_index

294       int quad_index = int(a_index * 0.25);  // NOLINT
295 gl_Position = matrix[quad_index] * a_position;
296 TexCoordPrecision vec4 texTrans = texTransform[quad_index];