Home
last modified time | relevance | path

Searched refs:kVertices (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/tools/player_x11/
Dgl_video_renderer.cc63 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/
Dvideo_capture.cc380 static const float kVertices[] = { in CreateGLObjects() local
389 sizeof(kVertices), kVertices, GL_STATIC_DRAW); in CreateGLObjects()
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode.cc574 static const float kVertices[] = { in CreateGLObjects() local
584 sizeof(kVertices), kVertices, GL_STATIC_DRAW); in CreateGLObjects()
/external/chromium_org/content/common/gpu/media/
Drendering_helper.cc316 static const float kVertices[] = in Initialize() local
382 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices); in Initialize()