Searched refs:VertexAttributes (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | HelloTriangleImp.cpp | 65 const VertexAttributes vertexAttrs[] = { in initialize() 77 sizeof(VertexAttributes), 0); in initialize() 79 sizeof(VertexAttributes), in initialize() 80 (GLvoid*)offsetof(VertexAttributes, color)); in initialize()
|
D | HelloTriangle.h | 30 struct VertexAttributes { struct
|
D | FrameBuffer_unittest.cpp | 606 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/ |
D | GfxstreamEnd2EndGlTests.cpp | 406 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/ |
D | GLESv2Imp.cpp | 4573 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()
|