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

  /external/chromium_org/media/tools/shader_bench/
gpu_painter.cc 88 int tc_location = glGetAttribLocation(program, "in_tc"); local
89 glEnableVertexAttribArray(tc_location);
90 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords);
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 241 int tc_location = glGetAttribLocation(program, "in_tc"); local
242 glEnableVertexAttribArray(tc_location);
252 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, verts);
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 446 int tc_location = glGetAttribLocation(program_, "in_tc"); local
447 glEnableVertexAttribArray(tc_location);
448 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 393 GLint tc_location = gles2_if_->GetAttribLocation( local
399 gles2_if_->EnableVertexAttribArray(context, tc_location);
401 context, tc_location, 2, GL_FLOAT, GL_FALSE, 0,
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 652 GLint tc_location = gles2_if_->GetAttribLocation( local
659 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), tc_location);
661 context_->pp_resource(), tc_location, 2, GL_FLOAT, GL_FALSE, 0,

Completed in 177 milliseconds