Searched refs:vertexAttrs (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | HelloTriangleImp.cpp | 65 const VertexAttributes vertexAttrs[] = { in initialize() local 73 gl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, in initialize()
|
D | FrameBuffer_unittest.cpp | 611 const VertexAttributes vertexAttrs[] = { in TEST_F() local 620 gl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, in TEST_F()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 410 const VertexAttributes vertexAttrs[] = { in TEST_P() local 420 mGl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, GL_STATIC_DRAW); in TEST_P() 567 const VertexAttributes vertexAttrs[] = { in TEST_P() local 576 mGl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, GL_STATIC_DRAW); in TEST_P() 705 const VertexAttributes vertexAttrs[] = { in TEST_P() local 714 mGl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, GL_STATIC_DRAW); in TEST_P()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 742 float vertexAttrs[] = { in drawTexOES() local 757 gl.glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), in drawTexOES() 758 vertexAttrs, GL_STREAM_DRAW); in drawTexOES()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 4578 const VertexAttributes vertexAttrs[] = { in glTestHostDriverPerformance() local 4587 gl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, in glTestHostDriverPerformance()
|