Searched refs:tc_location (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/media/tools/player_x11/ |
D | gl_video_renderer.cc | 233 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/ |
D | video_capture.cc | 393 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/ |
D | rendering_helper.cc | 383 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/ |
D | video_decode.cc | 653 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()
|