Searched refs:AttribType (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fAttribLocationTests.cpp42 const AttribType types[] =
44 AttribType("float", 1, GL_FLOAT),
45 AttribType("vec2", 1, GL_FLOAT_VEC2),
46 AttribType("vec3", 1, GL_FLOAT_VEC3),
47 AttribType("vec4", 1, GL_FLOAT_VEC4),
49 AttribType("mat2", 2, GL_FLOAT_MAT2),
50 AttribType("mat3", 3, GL_FLOAT_MAT3),
51 AttribType("mat4", 4, GL_FLOAT_MAT4),
53 AttribType("int", 1, GL_INT),
54 AttribType("ivec
[all...]
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp45 class AttribType class in namespace:deqp::gls::AttributeLocationTestUtil
48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
96 Attribute (const AttribType& type,
102 const AttribType getType (void) const { return m_type; }
109 AttribType m_type;
135 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindAttributeTest
139 const AttribType& type,
146 const AttribType m_type;
154 typedef AttributeLocationTestUtil::AttribType AttribTyp typedef in class:deqp::gls::BindMaxAttributesTest
172 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindAliasingAttributeTest
192 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindMaxAliasingAttributeTest
210 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindInactiveAliasingAttributeTest
228 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindHoleAttributeTest
258 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PreLinkBindAttributeTest
272 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PostLinkBindAttributeTest
286 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindReattachAttributeTest
300 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::LocationAttributeTest
318 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::LocationMaxAttributesTest
336 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::LocationHoleAttributeTest
354 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedAttributeTest
372 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedMaxAttributesTest
390 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedHoleAttributeTest
408 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindRelinkAttributeTest
422 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindRelinkHoleAttributeTest
440 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedRelinkHoleAttributeTest
458 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PreAttachMixedAttributeTest
472 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PreLinkMixedAttributeTest
486 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PostLinkMixedAttributeTest
500 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedReattachAttributeTest
514 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedRelinkAttributeTest
[all...]
H A DglsAttributeLocationTests.cpp641 string generateTestName (const AttribType& type, int arraySize)
651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) function in class:deqp::gls::AttributeLocationTestUtil::AttribType
671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize)
806 const AttribType& type,
831 const AttribType& type,
865 const AttribType& type,
885 attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_1", Attribute::LOC_UNDEF, Cond("A", false)));
895 const AttribType& type,
932 const AttribType
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fAttribLocationTests.cpp49 const AttribType types[] =
51 AttribType("float", 1, GL_FLOAT),
52 AttribType("vec2", 1, GL_FLOAT_VEC2),
53 AttribType("vec3", 1, GL_FLOAT_VEC3),
54 AttribType("vec4", 1, GL_FLOAT_VEC4),
56 AttribType("mat2", 2, GL_FLOAT_MAT2),
57 AttribType("mat3", 3, GL_FLOAT_MAT3),
58 AttribType("mat4", 4, GL_FLOAT_MAT4)
71 const AttribType& type = types[typeNdx];
84 const AttribType
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp313 template <typename AttribType>
314 TransformFeedbackHandler<AttribType>::TransformFeedbackHandler (const glu::RenderContext& renderCtx, int maxNumVertices)
322 const int bufferSize = (maxNumVertices + 3) * (int)sizeof(AttribType);
328 template <typename AttribType>
329 typename TransformFeedbackHandler<AttribType>::Result TransformFeedbackHandler<AttribType>::renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBindings, const glu::VertexArrayBinding* bindings, int numVertices) const
350 return Result(numPrimsWritten, readDataMapped<AttribType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPrimsWritten * numVerticesPerPrimitive(tfPrimTypeGL)));

Completed in 135 milliseconds