Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.hpp93 struct BindingPoint struct
107 BindingPoint (void) : type(TYPE_LAST), location (0) {} in BindingPoint() argument
108 explicit BindingPoint (int location_) : type(TYPE_LOCATION), location(location_) {} in BindingPoint() function
109 …explicit BindingPoint (const std::string& name_, int location_ = 0) : type(TYPE_NAME), name(name_)… in BindingPoint() function
145 BindingPoint binding;
148 VertexArrayBinding (const BindingPoint& binding_, const VertexArrayPointer& pointer_) in VertexArrayBinding()
248 …return VertexArrayBinding(BindingPoint(name, offset), VertexArrayPointer(TYPE, CONVERT, numCompone…
256 …return VertexArrayBinding(BindingPoint(location), VertexArrayPointer(TYPE, CONVERT, numComponents,…
DgluDrawUtil.cpp224 const BindingPoint& binding = cur->binding; in namedBindingsToProgramLocations()
225 if (binding.type == BindingPoint::TYPE_NAME) in namedBindingsToProgramLocations()
232 *out = VertexArrayBinding(BindingPoint(location + binding.location), cur->pointer); in namedBindingsToProgramLocations()
259 const BindingPoint& binding = cur->binding; in areVertexArrayLocationsValid()
261 if (binding.type != BindingPoint::TYPE_LOCATION) in areVertexArrayLocationsValid()
282 DE_ASSERT(va.binding.type == BindingPoint::TYPE_LOCATION); in appendAttributeNonStrided()
391 DE_ASSERT(vertexArray.binding.type == BindingPoint::TYPE_LOCATION); in getUserPointerDescriptor()
436 DE_ASSERT(vaIter->binding.type == BindingPoint::TYPE_LOCATION); in disableVertexArrays()
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp327 …glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLO… in render()
344 …glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLO… in render()
361 …glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLO… in render()
824 …glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLO… in render()
841 …glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLO… in render()
858 …glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLO… in render()
DglsFragOpInteractionCase.cpp316 …const int attribLoc = bindingPtr.binding.type == glu::BindingPoint::TYPE_NAME ? ctx.getAttrib… in setupAttributes()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp991 …glu::VertexArrayBinding(glu::BindingPoint(0), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VT… in renderGLQuad()