Searched refs:bgraComponentOrder (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 52 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/ |
D | glsDrawTest.hpp | 204 …bool bgraComponentOrder; //!< component order of this attribute is bgra, valid only for 4-c… member
|
D | glsDrawTest.cpp | 898 …stanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder); 1014 …nstanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) in setupArray() argument 1026 m_bgraOrder = bgraComponentOrder; in setupArray() 2178 bgraComponentOrder = false; in AttributeSpec() 2245 if (bgraComponentOrder && componentCount != 4) in valid() 2247 …if (bgraComponentOrder && inputType != DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 && inputTyp… in valid() 2249 if (bgraComponentOrder && normalize != true) in valid() 2263 if (bgraComponentOrder) in valid() 2270 if (bgraComponentOrder) in valid() 3309 …tride, attribSpec.instanceDivisor, nullAttribValue, isPositionAttr, attribSpec.bgraComponentOrder); in iterate() [all …]
|