Searched refs:vertsCarPos (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | RenderDirectView.cpp | 111 GLfloat vertsCarPos[] = { -1.0, 1.0, 0.0f, // left top in window space in drawFrame() local 122 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in drawFrame()
|
/packages/services/Car/cpp/evs/apps/default/ |
D | RenderDirectView.cpp | 205 GLfloat vertsCarPos[] = { -1.0, 1.0, 0.0f, // left top in window space in drawFrame() local 227 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in drawFrame()
|
D | RenderTopView.cpp | 253 GLfloat vertsCarPos[] = { ltCS, tpCS, 0.0f, // left top in car space in renderCarTopView() local 264 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in renderCarTopView()
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | GlWrapper.cpp | 443 GLfloat vertsCarPos[] = { -0.8, 0.8, 0.0f, // left top in window space in renderImageToScreen() local 455 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in renderImageToScreen()
|