Searched refs:VTX_COMP_FLOAT (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 53 VTX_COMP_FLOAT, enumerator 287 DECLARE_VA_CTOR(Float, float, VTX_COMP_FLOAT, VTX_COMP_CONVERT_NONE);
|
D | gluDrawUtil.cpp | 148 case VTX_COMP_FLOAT: return GL_FLOAT; in getVtxCompGLType() 167 case VTX_COMP_FLOAT: return 4; in getVtxCompSize() 406 const bool isSpecialType = de::inRange<int>(va.componentType, VTX_COMP_FIXED, VTX_COMP_FLOAT); in setVertexAttribPointer()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 327 …inding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP… in render() 344 …inding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP… in render() 361 …inding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP… in render() 824 …inding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP… in render() 841 …inding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP… in render() 858 …inding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP… in render()
|
D | glsFragOpInteractionCase.cpp | 146 …DE_ASSERT(pointer.componentType == glu::VTX_COMP_FLOAT && pointer.convert == glu::VTX_COMP_CONVERT… in setVertex() 318 DE_ASSERT(bindingPtr.pointer.componentType == glu::VTX_COMP_FLOAT); in setupAttributes()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 991 …glu::VertexArrayBinding(glu::BindingPoint(0), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VT… in renderGLQuad()
|