Searched refs:positionAttrOffset (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 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() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 240 int positionAttrOffset; member 291 << " offset: " << m_spec.positionAttrOffset << "\n" in init() 292 << " total offset: " << m_spec.bufferOffset + m_spec.positionAttrOffset << "\n" in init() 341 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo() 357 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo() 380 …const int positionAttrOffset = (flags & FLAG_ATTRIB_UNALIGNED) ? (3) : (flags & FLAG_ATTRIB_ALIGN… in genTestSpec() local 384 …const int bufferStrideBase = de::max(positionAttrOffset + 4 * datumSize, colorAttrOffset + 4 * da… in genTestSpec() 392 spec.positionAttrOffset = positionAttrOffset; in genTestSpec() 397 DE_ASSERT(!deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize)); in genTestSpec() 399 DE_ASSERT(deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize)); in genTestSpec() [all …]
|