Searched refs:vertsCarTex (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | RenderDirectView.cpp | 112 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/ |
D | RenderDirectView.cpp | 210 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()
|
D | RenderTopView.cpp | 244 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/ |
D | GlWrapper.cpp | 418 GLfloat vertsCarTex[] = { in renderImageToScreen() local 427 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in renderImageToScreen()
|
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | GlWrapper.cpp | 409 GLfloat vertsCarTex[] = { in renderImageToScreen() local 416 glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, vertsCarTex); in renderImageToScreen()
|