Lines Matching refs:positionAttrOffset
234 int positionAttrOffset; member
285 << " offset: " << m_spec.positionAttrOffset << "\n" in init()
286 << " total offset: " << m_spec.bufferOffset + m_spec.positionAttrOffset << "\n" in init()
335 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo()
351 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo()
374 …const int positionAttrOffset = (flags & FLAG_ATTRIB_UNALIGNED) ? (3) : (flags & FLAG_ATTRIB_ALIGN… in genTestSpec() local
378 …const int bufferStrideBase = de::max(positionAttrOffset + 4 * datumSize, colorAttrOffset + 4 * da… in genTestSpec()
386 spec.positionAttrOffset = positionAttrOffset; in genTestSpec()
391 DE_ASSERT(!deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize)); in genTestSpec()
393 DE_ASSERT(deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize)); in genTestSpec()
463 …memcpy(&dataBuf[m_spec.bufferOffset + m_spec.positionAttrOffset + m_spec.bufferStride * ((y * GRID… in createBuffers()