Searched refs:VertexArrayPointer (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 112 struct VertexArrayPointer struct 122 …VertexArrayPointer (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,…
|
D | gluDrawUtil.cpp | 246 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/ |
D | glsFragOpInteractionCase.cpp | 134 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()
|
D | glsSamplerObjectTest.cpp | 327 …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/ |
D | es31fDrawBuffersIndexedTests.cpp | 991 …glu::VertexArrayBinding(glu::BindingPoint(0), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VT… in renderGLQuad()
|