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

  /external/chromium_org/media/tools/shader_bench/
gpu_painter.cc 84 int pos_location = glGetAttribLocation(program, "in_pos"); local
85 glEnableVertexAttribArray(pos_location);
86 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 237 int pos_location = glGetAttribLocation(program, "in_pos"); local
238 glEnableVertexAttribArray(pos_location);
239 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 443 int pos_location = glGetAttribLocation(program_, "in_pos"); local
444 glEnableVertexAttribArray(pos_location);
445 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 391 GLint pos_location = gles2_if_->GetAttribLocation( local
396 gles2_if_->EnableVertexAttribArray(context, pos_location);
397 gles2_if_->VertexAttribPointer(context, pos_location, 2,
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 650 GLint pos_location = gles2_if_->GetAttribLocation( local
656 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), pos_location);
657 gles2_if_->VertexAttribPointer(context_->pp_resource(), pos_location, 2,

Completed in 242 milliseconds