Searched refs:pos_location (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/tools/shader_bench/
H A Dgpu_painter.cc84 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/
H A Dgl_video_renderer.cc237 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/ppapi/examples/video_capture/
H A Dvideo_capture.cc391 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/content/common/gpu/media/
H A Drendering_helper_gl.cc443 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_decode/
H A Dvideo_decode.cc650 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 82 milliseconds