Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DHelloTriangleImp.cpp65 const VertexAttributes vertexAttrs[] = { in initialize()
77 sizeof(VertexAttributes), 0); in initialize()
79 sizeof(VertexAttributes), in initialize()
80 (GLvoid*)offsetof(VertexAttributes, color)); in initialize()
DHelloTriangle.h30 struct VertexAttributes { struct
DFrameBuffer_unittest.cpp606 struct VertexAttributes { in TEST_F() struct
611 const VertexAttributes vertexAttrs[] = { in TEST_F()
624 sizeof(VertexAttributes), 0); in TEST_F()
626 sizeof(VertexAttributes), in TEST_F()
627 (GLvoid*)offsetof(VertexAttributes, color)); in TEST_F()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp406 struct VertexAttributes { in TEST_P() struct
410 const VertexAttributes vertexAttrs[] = { in TEST_P()
422 mGl->glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, sizeof(VertexAttributes), 0); in TEST_P()
423 …texAttribPointer(1, 3, GL_FLOAT, GL_FALSE, sizeof(VertexAttributes), (GLvoid*)offsetof(VertexAttri… in TEST_P()
563 struct VertexAttributes { in TEST_P() struct
567 const VertexAttributes vertexAttrs[] = { in TEST_P()
583 mGl->glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, sizeof(VertexAttributes), in TEST_P()
584 (GLvoid*)offsetof(VertexAttributes, pos)); in TEST_P()
586 mGl->glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, sizeof(VertexAttributes), in TEST_P()
587 (GLvoid*)offsetof(VertexAttributes, tex)); in TEST_P()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4573 struct VertexAttributes { in glTestHostDriverPerformance() struct
4578 const VertexAttributes vertexAttrs[] = { in glTestHostDriverPerformance()
4591 sizeof(VertexAttributes), 0); in glTestHostDriverPerformance()
4593 sizeof(VertexAttributes), in glTestHostDriverPerformance()
4594 (GLvoid*)offsetof(VertexAttributes, color)); in glTestHostDriverPerformance()