HomeSort by relevance Sort by last modified time
    Searched refs:AttribType (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles3/functional/
es3fAttribLocationTests.cpp 42 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("ivec2", 1, GL_INT_VEC2)
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 45 class AttribType
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;
139 const AttribType& type,
146 const AttribType m_type;
154 typedef AttributeLocationTestUtil::AttribType AttribType
    [all...]
glsAttributeLocationTests.cpp 641 string generateTestName (const AttribType& type, int arraySize)
651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum)
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& type
    [all...]
  /external/deqp/modules/gles2/functional/
es2fAttribLocationTests.cpp 49 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& type = types[typeNdx]
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 318 template <typename AttribType>
319 TransformFeedbackHandler<AttribType>::TransformFeedbackHandler (const glu::RenderContext& renderCtx, int maxNumVertices)
327 const int bufferSize = (maxNumVertices + 3) * (int)sizeof(AttribType);
333 template <typename AttribType>
334 typename TransformFeedbackHandler<AttribType>::Result TransformFeedbackHandler<AttribType>::renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBindings, const glu::VertexArrayBinding* bindings, int numVertices) const
355 return Result(numPrimsWritten, readDataMapped<AttribType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPrimsWritten * numVerticesPerPrimitive(tfPrimTypeGL)));
    [all...]

Completed in 359 milliseconds