Searched refs:tc_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.cc241 GLint tc_location = glGetAttribLocation(program_yuv_, "a_texCoord"); local
245 glEnableVertexAttribArray(tc_location);
246 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
260 GLint tc_location = glGetAttribLocation(program_rgb_, "a_texCoord"); local
264 glEnableVertexAttribArray(tc_location);
265 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
/external/chromium_org/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc241 GLint tc_location = glGetAttribLocation(program_yuv_, "a_texCoord"); local
245 glEnableVertexAttribArray(tc_location);
246 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
260 GLint tc_location = glGetAttribLocation(program_rgb_, "a_texCoord"); local
264 glEnableVertexAttribArray(tc_location);
265 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
/external/chromium_org/media/tools/player_x11/
H A Dgl_video_renderer.cc235 int tc_location = glGetAttribLocation(program, "in_tc"); local
236 glEnableVertexAttribArray(tc_location);
246 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, verts);
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc393 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/content/common/gpu/media/
H A Drendering_helper.cc301 int tc_location = glGetAttribLocation(program_, "in_tc"); local
302 glEnableVertexAttribArray(tc_location);
303 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords);
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc683 GLint tc_location = gles2_if_->GetAttribLocation( local
690 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), tc_location);
693 tc_location,
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc684 GLint tc_location = gles2_if_->GetAttribLocation( local
691 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), tc_location);
694 tc_location,
H A Dvideo_decode_dev.cc656 GLint tc_location = gles2_if_->GetAttribLocation( local
663 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), tc_location);
665 context_->pp_resource(), tc_location, 2, GL_FLOAT, GL_FALSE, 0,

Completed in 207 milliseconds