Searched refs:texcoord_scale_location (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc45 Shader() : program(0), texcoord_scale_location(0) {}
49 GLint texcoord_scale_location; member in struct:__anon8890::Shader
480 graphics_3d, shader_2d_.texcoord_scale_location, 1.0, 1.0);
485 shader_rectangle_arb_.texcoord_scale_location,
493 graphics_3d, shader_external_oes_.texcoord_scale_location, 1.0, 1.0);
678 shader.texcoord_scale_location = gles2_if_->GetUniformLocation(
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc46 Shader() : program(0), texcoord_scale_location(0) {}
50 GLint texcoord_scale_location; member in struct:__anon10068::Shader
481 graphics_3d, shader_2d_.texcoord_scale_location, 1.0, 1.0);
486 shader_rectangle_arb_.texcoord_scale_location,
494 graphics_3d, shader_external_oes_.texcoord_scale_location, 1.0, 1.0);
679 shader.texcoord_scale_location = gles2_if_->GetUniformLocation(
H A Dvideo_decode_dev.cc50 texcoord_scale_location(0) {}
53 GLint texcoord_scale_location; member in struct:__anon10069::Shader
436 context_->pp_resource(), shader_2d_.texcoord_scale_location, 1.0, 1.0);
443 shader_rectangle_arb_.texcoord_scale_location,
651 shader.texcoord_scale_location = gles2_if_->GetUniformLocation(

Completed in 2124 milliseconds