Home
last modified time | relevance | path

Searched refs:vertsCarTex (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DRenderDirectView.cpp112 GLfloat vertsCarTex[] = { in drawFrame() local
119 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in drawFrame()
/packages/services/Car/cpp/evs/apps/default/src/
DRenderDirectView.cpp210 GLfloat vertsCarTex[] = {leftTop.x + 0.5f, leftTop.y + 0.5f, rightTop.x + 0.5f, in drawFrame() local
214 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in drawFrame()
DRenderTopView.cpp244 GLfloat vertsCarTex[] = { in renderCarTopView() local
251 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in renderCarTopView()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DGlWrapper.cpp418 GLfloat vertsCarTex[] = { in renderImageToScreen() local
427 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in renderImageToScreen()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DGlWrapper.cpp409 GLfloat vertsCarTex[] = { in renderImageToScreen() local
416 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in renderImageToScreen()