Searched refs:BindingPoint (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp93 struct BindingPoint struct in namespace:glu
107 BindingPoint (void) : type(TYPE_LAST), location (0) {} function in struct:glu::BindingPoint
108 explicit BindingPoint (int location_) : type(TYPE_LOCATION), location(location_) {} function in struct:glu::BindingPoint
109 explicit BindingPoint (const std::string& name_, int location_ = 0) : type(TYPE_NAME), name(name_), location(location_) {} function in struct:glu::BindingPoint
145 BindingPoint binding;
148 VertexArrayBinding (const BindingPoint& binding_, const VertexArrayPointer& pointer_)
248 return VertexArrayBinding(BindingPoint(name, offset), VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \
256 return VertexArrayBinding(BindingPoint(location), VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \
H A DgluDrawUtil.cpp224 const BindingPoint& binding = cur->binding;
225 if (binding.type == BindingPoint::TYPE_NAME)
232 *out = VertexArrayBinding(BindingPoint(location + binding.location), cur->pointer);
259 const BindingPoint& binding = cur->binding;
261 if (binding.type != BindingPoint::TYPE_LOCATION)
282 DE_ASSERT(va.binding.type == BindingPoint::TYPE_LOCATION);
391 DE_ASSERT(vertexArray.binding.type == BindingPoint::TYPE_LOCATION);
436 DE_ASSERT(vaIter->binding.type == BindingPoint::TYPE_LOCATION);
/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp327 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions))
344 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 3, 6, 0, s_positions3D))
361 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 4, 6, 0, s_positionsCube))
824 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions))
841 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 3, 6, 0, s_positions3D))
858 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 4, 6, 0, s_positionsCube))
H A DglsFragOpInteractionCase.cpp316 const int attribLoc = bindingPtr.binding.type == glu::BindingPoint::TYPE_NAME ? ctx.getAttribLocation(program, bindingPtr.binding.name.c_str()) : bindingPtr.binding.location;
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp991 glu::VertexArrayBinding(glu::BindingPoint(0), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_quadCoords))

Completed in 48 milliseconds