Searched refs:VertexArrayPointer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluDrawUtil.hpp | 121 struct VertexArrayPointer struct 131 …VertexArrayPointer(VertexComponentType componentType_, VertexComponentConversion convert_, int num… in VertexArrayPointer() argument 142 VertexArrayPointer(void) in VertexArrayPointer() argument 156 VertexArrayPointer pointer; 158 VertexArrayBinding(const BindingPoint &binding_, const VertexArrayPointer &pointer_) in VertexArrayBinding() 270 … VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \ 280 … VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \
|
H A D | gluDrawUtil.cpp | 276 static uint32_t getMinimumAlignment(const VertexArrayPointer &pointer) in getMinimumAlignment() 329 …oLayout(void *dstBasePtr, const VertexAttributeDescriptor &dstVA, const VertexArrayPointer &srcPtr) in copyToLayout() 352 const VertexArrayPointer *srcArrays) in uploadBufferData() 383 std::vector<VertexArrayPointer> srcPtrs(numBindings); in VertexBuffer()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 157 …glu::VertexArrayPointer(entry.pointer.componentType, entry.pointer.convert, entry.pointer.numCompo… in getEntryWithPointer() 163 static void setVertex(const glu::VertexArrayPointer &pointer, int vertexNdx, const tcu::Vector<floa… in setVertex() 306 static void renderQuad(sglr::Context &ctx, const glu::VertexArrayPointer &posPtr, const Quad &quad,… in renderQuad() 329 static void render(sglr::Context &ctx, const glu::VertexArrayPointer &posPtr, const RenderCommand &… in render() 629 const glu::VertexArrayPointer posPtr = getEntryWithPointer(vertexData, positionNdx).pointer; in iterate()
|
H A D | glsSamplerObjectTest.cpp | 303 … glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions))}; in render() 321 …glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 3, 6, 0, s_positions3D))}; in render() 339 …glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 4, 6, 0, s_positionsCube)… in render() 819 … glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions))}; in render() 837 …glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 3, 6, 0, s_positions3D))}; in render() 855 …glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 4, 6, 0, s_positionsCube)… in render()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 1008 … glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_quadCoords))}; in renderGLQuad()
|