Home
last modified time | relevance | path

Searched defs:VertexAttributes (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/tests/
DHelloTriangle.h30 struct VertexAttributes { struct
31 float position[2];
32 float color[3];
DFrameBuffer_unittest.cpp606 struct VertexAttributes { in TEST_F() struct
607 float position[2]; in TEST_F()
608 float color[3]; in TEST_F()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp406 struct VertexAttributes { in TEST_P() struct
407 float position[2]; in TEST_P()
408 float color[3]; in TEST_P()
563 struct VertexAttributes { in TEST_P() struct
564 float pos[2]; in TEST_P()
565 float tex[2]; in TEST_P()
701 struct VertexAttributes { in TEST_P() struct
702 float pos[2]; in TEST_P()
703 float tex[2]; in TEST_P()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4573 struct VertexAttributes { in glTestHostDriverPerformance() struct
4574 float position[2]; in glTestHostDriverPerformance()
4575 float color[3]; in glTestHostDriverPerformance()