HomeSort by relevance Sort by last modified time
    Searched refs:kVertices (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/tools/shader_bench/
gpu_painter.cc 9 static const float kVertices[8] = {
86 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 63 static const float kVertices[8] = {
239 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 380 static const float kVertices[] = {
389 sizeof(kVertices), kVertices, GL_STATIC_DRAW);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 573 static const float kVertices[] = {
583 sizeof(kVertices), kVertices, GL_STATIC_DRAW);
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 391 static const float kVertices[] =
445 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);

Completed in 385 milliseconds