Searched refs:VertexAttribType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.hpp | 33 enum VertexAttribType enum 111 VertexAttribType type; //!< Attribute component type. 127 …VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* po… in VertexAttrib()
|
D | rrVertexAttrib.cpp | 277 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/ |
D | sglrReferenceUtils.hpp | 38 rr::VertexAttribType mapGLPureIntegerVertexAttributeType (deUint32 type); 39 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int …
|
D | sglrReferenceUtils.cpp | 32 rr::VertexAttribType mapGLPureIntegerVertexAttributeType (deUint32 type) in mapGLPureIntegerVertexAttributeType() 48 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size… in mapGLFloatVertexAttributeType()
|