Home
last modified time | relevance | path

Searched refs:tc_location (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/tools/player_x11/
Dgl_video_renderer.cc233 int tc_location = glGetAttribLocation(program, "in_tc"); in Initialize() local
234 glEnableVertexAttribArray(tc_location); in Initialize()
244 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, verts); in Initialize()
/external/chromium_org/ppapi/examples/video_capture/
Dvideo_capture.cc393 GLint tc_location = gles2_if_->GetAttribLocation( in CreateGLObjects() local
399 gles2_if_->EnableVertexAttribArray(context, tc_location); in CreateGLObjects()
401 context, tc_location, 2, GL_FLOAT, GL_FALSE, 0, in CreateGLObjects()
/external/chromium_org/content/common/gpu/media/
Drendering_helper.cc383 int tc_location = glGetAttribLocation(program_, "in_tc"); in Initialize() local
384 glEnableVertexAttribArray(tc_location); in Initialize()
385 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords); in Initialize()
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode.cc653 GLint tc_location = gles2_if_->GetAttribLocation( in CreateProgram() local
660 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), tc_location); in CreateProgram()
662 context_->pp_resource(), tc_location, 2, GL_FLOAT, GL_FALSE, 0, in CreateProgram()