Searched refs:kVertices (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/media/tools/player_x11/ |
D | gl_video_renderer.cc | 63 static const float kVertices[8] = { variable 231 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices); in Initialize()
|
/external/chromium_org/ppapi/examples/video_capture/ |
D | video_capture.cc | 380 static const float kVertices[] = { in CreateGLObjects() local 389 sizeof(kVertices), kVertices, GL_STATIC_DRAW); in CreateGLObjects()
|
/external/chromium_org/ppapi/examples/video_decode/ |
D | video_decode.cc | 574 static const float kVertices[] = { in CreateGLObjects() local 584 sizeof(kVertices), kVertices, GL_STATIC_DRAW); in CreateGLObjects()
|
/external/chromium_org/content/common/gpu/media/ |
D | rendering_helper.cc | 316 static const float kVertices[] = in Initialize() local 382 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices); in Initialize()
|