Home
last modified time | relevance | path

Searched refs:_vertices (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc85 memcpy(_vertices, vertices, sizeof(_vertices)); in VideoRenderOpenGles20()
137 5 * sizeof(GLfloat), _vertices); in Setup()
147 * sizeof(GLfloat), &_vertices[3]); in Setup()
195 _vertices[0] = (left * 2) - 1; in SetCoordinates()
196 _vertices[1] = -1 * (2 * bottom) + 1; in SetCoordinates()
197 _vertices[2] = zOrder; in SetCoordinates()
200 _vertices[5] = (right * 2) - 1; in SetCoordinates()
201 _vertices[6] = -1 * (2 * bottom) + 1; in SetCoordinates()
202 _vertices[7] = zOrder; in SetCoordinates()
205 _vertices[10] = (right * 2) - 1; in SetCoordinates()
[all …]
Dvideo_render_opengles20.h47 GLfloat _vertices[20]; variable