Home
last modified time | relevance | path

Searched refs:VertexAttribType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrVertexAttrib.hpp33 enum VertexAttribType enum
111 VertexAttribType type; //!< Attribute component type.
127 …VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* po… in VertexAttrib()
DrrVertexAttrib.cpp277 void readFloat (tcu::Vec4& dst, const VertexAttribType type, const int size, const void* ptr) in readFloat()
324 void readInt (tcu::IVec4& dst, const VertexAttribType type, const int size, const void* ptr) in readInt()
371 void readUint (tcu::UVec4& dst, const VertexAttribType type, const int size, const void* ptr) in readUint()
418 int getComponentSize (const VertexAttribType type) in getComponentSize()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp38 rr::VertexAttribType mapGLPureIntegerVertexAttributeType (deUint32 type);
39 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int …
DsglrReferenceUtils.cpp32 rr::VertexAttribType mapGLPureIntegerVertexAttributeType (deUint32 type) in mapGLPureIntegerVertexAttributeType()
48 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size… in mapGLFloatVertexAttributeType()