/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.hpp | 45 class AttribType class 48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum); 96 Attribute (const AttribType& type, 102 const AttribType getType (void) const { return m_type; } in getType() 109 AttribType m_type; 135 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in deqp::gls::BindAttributeTest 139 const AttribType& type, 146 const AttribType m_type; 154 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in deqp::gls::BindMaxAttributesTest 158 const AttribType& type, [all …]
|
D | glsAttributeLocationTests.cpp | 641 string generateTestName (const AttribType& type, int arraySize) in generateTestName() 651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType() function in deqp::gls::AttributeLocationTestUtil::AttribType 671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Con… in Attribute() 806 const AttribType& type, in BindAttributeTest() 831 const AttribType& type, in BindMaxAttributesTest() 865 const AttribType& type, in BindAliasingAttributeTest() 885 …attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_1", Attribute::LOC_UNDEF, … in iterate() 895 const AttribType& type, in BindMaxAliasingAttributeTest() 932 const AttribType& type, in BindHoleAttributeTest() 945 const AttribType vec4("vec4", 1, GL_FLOAT_VEC4); in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fAttribLocationTests.cpp | 42 const AttribType types[] = in createAttributeLocationTests() 44 AttribType("float", 1, GL_FLOAT), in createAttributeLocationTests() 45 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests() 46 AttribType("vec3", 1, GL_FLOAT_VEC3), in createAttributeLocationTests() 47 AttribType("vec4", 1, GL_FLOAT_VEC4), in createAttributeLocationTests() 49 AttribType("mat2", 2, GL_FLOAT_MAT2), in createAttributeLocationTests() 50 AttribType("mat3", 3, GL_FLOAT_MAT3), in createAttributeLocationTests() 51 AttribType("mat4", 4, GL_FLOAT_MAT4), in createAttributeLocationTests() 53 AttribType("int", 1, GL_INT), in createAttributeLocationTests() 54 AttribType("ivec2", 1, GL_INT_VEC2), in createAttributeLocationTests() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fAttribLocationTests.cpp | 49 const AttribType types[] = in createAttributeLocationTests() 51 AttribType("float", 1, GL_FLOAT), in createAttributeLocationTests() 52 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests() 53 AttribType("vec3", 1, GL_FLOAT_VEC3), in createAttributeLocationTests() 54 AttribType("vec4", 1, GL_FLOAT_VEC4), in createAttributeLocationTests() 56 AttribType("mat2", 2, GL_FLOAT_MAT2), in createAttributeLocationTests() 57 AttribType("mat3", 3, GL_FLOAT_MAT3), in createAttributeLocationTests() 58 AttribType("mat4", 4, GL_FLOAT_MAT4) in createAttributeLocationTests() 71 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 84 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 318 template <typename AttribType> 319 TransformFeedbackHandler<AttribType>::TransformFeedbackHandler (const glu::RenderContext& renderCtx… in TransformFeedbackHandler() 327 const int bufferSize = (maxNumVertices + 3) * (int)sizeof(AttribType); in TransformFeedbackHandler() 333 template <typename AttribType> 334 typename TransformFeedbackHandler<AttribType>::Result TransformFeedbackHandler<AttribType>::renderA… in renderAndGetPrimitives() 355 …return Result(numPrimsWritten, readDataMapped<AttribType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPri… in renderAndGetPrimitives()
|