Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp52 const bool bgraComponentOrder = (size == GL_BGRA); in mapGLFloatVertexAttributeType() local
72 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_UNORM8) : (rr::VERTEXATTRIBTYPE_NONPU… in mapGLFloatVertexAttributeType()
90 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_UNORM_2_10_10_10_REV) : (rr::VERTEXAT… in mapGLFloatVertexAttributeType()
120 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_SNORM_2_10_10_10_REV_CLAMP) : (rr::VE… in mapGLFloatVertexAttributeType()
122 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_SNORM_2_10_10_10_REV_SCALE) : (rr::VE… in mapGLFloatVertexAttributeType()
/external/deqp/modules/glshared/
DglsDrawTest.hpp204 …bool bgraComponentOrder; //!< component order of this attribute is bgra, valid only for 4-c… member
DglsDrawTest.cpp897 …stanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
995 …nstanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) in setupArray() argument
1007 m_bgraOrder = bgraComponentOrder; in setupArray()
2094 bgraComponentOrder = false; in AttributeSpec()
2161 if (bgraComponentOrder && componentCount != 4) in valid()
2163 …if (bgraComponentOrder && inputType != DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 && inputTyp… in valid()
2165 if (bgraComponentOrder && normalize != true) in valid()
2179 if (bgraComponentOrder) in valid()
2186 if (bgraComponentOrder) in valid()
3225 …tride, attribSpec.instanceDivisor, nullAttribValue, isPositionAttr, attribSpec.bgraComponentOrder); in iterate()
[all …]