Searched refs:vertsCarPos (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/evs/app/ |
D | RenderDirectView.cpp | 115 GLfloat vertsCarPos[] = { -1.0, 1.0, 0.0f, // left top in window space in drawFrame() local 126 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in drawFrame()
|
D | RenderTopView.cpp | 247 GLfloat vertsCarPos[] = { ltCS, tpCS, 0.0f, // left top in car space in renderCarTopView() local 258 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in renderCarTopView()
|
/packages/services/Car/evs/sampleDriver/ |
D | GlWrapper.cpp | 436 GLfloat vertsCarPos[] = { -0.8, 0.8, 0.0f, // left top in window space in renderImageToScreen() local 448 glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, vertsCarPos); in renderImageToScreen()
|