HomeSort by relevance Sort by last modified time
    Searched refs:positionAttrOffset (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 236 int positionAttrOffset;
287 << " offset: " << m_spec.positionAttrOffset << "\n"
288 << " total offset: " << m_spec.bufferOffset + m_spec.positionAttrOffset << "\n"
337 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset);
353 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset);
376 const int positionAttrOffset = (flags & FLAG_ATTRIB_UNALIGNED) ? (3) : (flags & FLAG_ATTRIB_ALIGNED) ? (attrBufAlignment) : (0);
380 const int bufferStrideBase = de::max(positionAttrOffset + 4 * datumSize, colorAttrOffset + 4 * datumSize);
388 spec.positionAttrOffset = positionAttrOffset;
393 DE_ASSERT(!deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 242 int positionAttrOffset;
293 << " offset: " << m_spec.positionAttrOffset << "\n"
294 << " total offset: " << m_spec.bufferOffset + m_spec.positionAttrOffset << "\n"
343 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset);
359 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset);
382 const int positionAttrOffset = (flags & FLAG_ATTRIB_UNALIGNED) ? (3) : (flags & FLAG_ATTRIB_ALIGNED) ? (attrBufAlignment) : (0);
386 const int bufferStrideBase = de::max(positionAttrOffset + 4 * datumSize, colorAttrOffset + 4 * datumSize);
394 spec.positionAttrOffset = positionAttrOffset;
399 DE_ASSERT(!deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize))
    [all...]

Completed in 48 milliseconds