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

  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 38 rr::VertexAttribType mapGLPureIntegerVertexAttributeType (deUint32 type);
39 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType);
sglrReferenceUtils.cpp 32 rr::VertexAttribType mapGLPureIntegerVertexAttributeType (deUint32 type)
48 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType)
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.hpp 33 enum VertexAttribType
111 VertexAttribType type; //!< Attribute component type.
rrVertexAttrib.cpp 277 void readFloat (tcu::Vec4& dst, const VertexAttribType type, const int size, const void* ptr)
323 void readInt (tcu::IVec4& dst, const VertexAttribType type, const int size, const void* ptr)
369 void readUint (tcu::UVec4& dst, const VertexAttribType type, const int size, const void* ptr)
415 int getComponentSize (const VertexAttribType type)

Completed in 506 milliseconds