HomeSort by relevance Sort by last modified time
    Searched full:_vertices (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 85 memcpy(_vertices, vertices, sizeof(_vertices));
134 // _vertices contains 4 vertices with 5 coordinates.
137 5 * sizeof(GLfloat), _vertices);
144 // _vertices contains 4 vertices with 5 coordinates.
147 * sizeof(GLfloat), &_vertices[3]);
195 _vertices[0] = (left * 2) - 1;
196 _vertices[1] = -1 * (2 * bottom) + 1;
197 _vertices[2] = zOrder;
200 _vertices[5] = (right * 2) - 1
    [all...]
video_render_opengles20.h 47 GLfloat _vertices[20]; member in class:webrtc::VideoRenderOpenGles20
  /prebuilts/misc/windows/sdl2/test/
testgles2.c 222 const float _vertices[] = variable
618 GL_CHECK(ctx.glVertexAttribPointer(data->attr_position, 3, GL_FLOAT, GL_FALSE, 0, _vertices));

Completed in 104 milliseconds