Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.hpp112 struct VertexArrayPointer struct
122VertexArrayPointer (VertexComponentType componentType_, VertexComponentConversion convert_, int nu… in VertexArrayPointer() argument
132 VertexArrayPointer (void) in VertexArrayPointer() argument
146 VertexArrayPointer pointer;
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.cpp246 static deUint32 getMinimumAlignment (const VertexArrayPointer& pointer) in getMinimumAlignment()
301 …Layout (void* dstBasePtr, const VertexAttributeDescriptor& dstVA, const VertexArrayPointer& srcPtr) in copyToLayout()
323 …nt32 buffer, deUint32 usage, const VertexBufferLayout& layout, const VertexArrayPointer* srcArrays) in uploadBufferData()
354 std::vector<VertexArrayPointer> srcPtrs(numBindings); in VertexBuffer()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp134 return glu::VertexArrayBinding(entry.binding, glu::VertexArrayPointer(entry.pointer.componentType, in getEntryWithPointer()
143 static void setVertex (const glu::VertexArrayPointer& pointer, int vertexNdx, const tcu::Vector<flo… in setVertex()
282 static void renderQuad (sglr::Context& ctx, const glu::VertexArrayPointer& posPtr, const Quad& quad… in renderQuad()
305 static void render (sglr::Context& ctx, const glu::VertexArrayPointer& posPtr, const RenderCommand&… in render()
573 const glu::VertexArrayPointer posPtr = getEntryWithPointer(vertexData, positionNdx).pointer; in iterate()
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()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp991 …glu::VertexArrayBinding(glu::BindingPoint(0), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VT… in renderGLQuad()