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

/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc240 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/
H A Dmedia_stream_video.cc240 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/
H A Dgl_video_renderer.cc231 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/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.cc298 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/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc681 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/
H A Dvideo_decode.cc682 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);
H A Dvideo_decode_dev.cc654 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 443 milliseconds