Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp59 …VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_)… in VertexAttribute()
62 rr::GenericVecType type;
67 …VertexToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), f… in VertexToFragmentVarying()
69 rr::GenericVecType type;
75 …VertexToGeometryVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), f… in VertexToGeometryVarying()
77 rr::GenericVecType type;
83 …GeometryToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), … in GeometryToFragmentVarying()
85 rr::GenericVecType type;
91 FragmentOutput (rr::GenericVecType type_) : type(type_) { } in FragmentOutput()
93 rr::GenericVecType type;
/external/deqp/framework/referencerenderer/
DrrShaders.hpp48 GenericVecType type;
70 GenericVecType type;
90 GenericVecType type;
DrrGenericVector.hpp32 enum GenericVecType enum
DrrFragmentOperations.cpp814 …rr::GenericVecType fragmentDataType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTE… in render()
DrrRenderer.cpp1589 …const GenericVecType colorType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)… in isValidCommand()
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp34 static rr::GenericVecType mapToGenericVecType (const rsg::VariableType& varType) in mapToGenericVecType()
DglsVertexArrayTests.cpp757 static rr::GenericVecType mapOutputType (const Array::OutputType& type);
763 std::vector<rr::GenericVecType> m_attrType;
1065 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) in mapOutputType()
DglsDrawTest.cpp1131 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);
1138 std::vector<rr::GenericVecType> m_attrType;
1434 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type) in mapDataTypeToGenericVecType()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type) in mapDataTypeToGenericVecType()