Home
last modified time | relevance | path

Searched refs:effectiveSize (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3603 const int effectiveSize = (allowBGRA && rawSize == GL_BGRA) ? (4) : (rawSize); in vertexAttribPointer() local
3606 RC_IF_ERROR(effectiveSize <= 0 || effectiveSize > 4, GL_INVALID_VALUE, RC_RET_VOID); in vertexAttribPointer()
3615 …= GL_INT_2_10_10_10_REV || type == GL_UNSIGNED_INT_2_10_10_10_REV) && effectiveSize != 4, GL_INVAL… in vertexAttribPointer()