Searched refs:colorAttrOffset (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 235 int colorAttrOffset; member 293 << " offset: " << m_spec.colorAttrOffset << "\n" in init() 294 << " total offset: " << m_spec.bufferOffset + m_spec.colorAttrOffset << "\n" in init() 339 gl.glVertexAttribFormat(colorLoc, 4, GL_FLOAT, GL_FALSE, m_spec.colorAttrOffset); in renderTo() 376 …const int colorAttrOffset = (flags & FLAG_ATTRIBS_SHARED_ELEMS) ? (2 * datumSize) : (flags & FLA… in genTestSpec() local 378 …const int bufferStrideBase = de::max(positionAttrOffset + 4 * datumSize, colorAttrOffset + 4 * da… in genTestSpec() 387 spec.colorAttrOffset = colorAttrOffset; in genTestSpec() 468 …memcpy(&dataBuf[m_spec.bufferOffset + m_spec.colorAttrOffset + m_spec.bufferStride * ((y * GRID_SI… in createBuffers()
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 241 int colorAttrOffset; member 299 << " offset: " << m_spec.colorAttrOffset << "\n" in init() 300 << " total offset: " << m_spec.bufferOffset + m_spec.colorAttrOffset << "\n" in init() 345 gl.glVertexAttribFormat(colorLoc, 4, GL_FLOAT, GL_FALSE, m_spec.colorAttrOffset); in renderTo() 382 …const int colorAttrOffset = (flags & FLAG_ATTRIBS_SHARED_ELEMS) ? (2 * datumSize) : (flags & FLA… in genTestSpec() local 384 …const int bufferStrideBase = de::max(positionAttrOffset + 4 * datumSize, colorAttrOffset + 4 * da… in genTestSpec() 393 spec.colorAttrOffset = colorAttrOffset; in genTestSpec() 474 …memcpy(&dataBuf[m_spec.bufferOffset + m_spec.colorAttrOffset + m_spec.bufferStride * ((y * GRID_SI… in createBuffers()
|