Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3602 const bool allowBGRA = !glu::isContextTypeES(getType()); in vertexAttribPointer() local
3603 const int effectiveSize = (allowBGRA && rawSize == GL_BGRA) ? (4) : (rawSize); in vertexAttribPointer()
3617 …RC_IF_ERROR(allowBGRA && rawSize == GL_BGRA && type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNE… in vertexAttribPointer()
3618 …RC_IF_ERROR(allowBGRA && rawSize == GL_BGRA && normalized == GL_FALSE, GL_INVALID_OPERATION, RC_RE… in vertexAttribPointer()