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

  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 240 GLint pos_location = glGetAttribLocation(program_yuv_, "a_position"); local
243 glEnableVertexAttribArray(pos_location);
244 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
259 GLint pos_location = glGetAttribLocation(program_rgb_, "a_position"); local
262 glEnableVertexAttribArray(pos_location);
263 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 240 GLint pos_location = glGetAttribLocation(program_yuv_, "a_position"); local
243 glEnableVertexAttribArray(pos_location);
244 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
259 GLint pos_location = glGetAttribLocation(program_rgb_, "a_position"); local
262 glEnableVertexAttribArray(pos_location);
263 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 231 int pos_location = glGetAttribLocation(program, "in_pos"); local
232 glEnableVertexAttribArray(pos_location);
233 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 298 int pos_location = glGetAttribLocation(program_, "in_pos"); local
299 glEnableVertexAttribArray(pos_location);
300 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/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 681 GLint pos_location = gles2_if_->GetAttribLocation( local
687 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), pos_location);
689 context_->pp_resource(), pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 682 GLint pos_location = gles2_if_->GetAttribLocation( local
688 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), pos_location);
690 context_->pp_resource(), pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
video_decode_dev.cc 654 GLint pos_location = gles2_if_->GetAttribLocation( local
660 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), pos_location);
661 gles2_if_->VertexAttribPointer(context_->pp_resource(), pos_location, 2,

Completed in 558 milliseconds