HomeSort by relevance Sort by last modified time
    Searched full:texcoord_scale_location (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 46 Shader() : program(0), texcoord_scale_location(0) {}
50 GLint texcoord_scale_location; member in struct:__anon14061::Shader
476 graphics_3d, shader_2d_.texcoord_scale_location, 1.0, 1.0);
482 shader_rectangle_arb_.texcoord_scale_location,
652 shader.texcoord_scale_location = gles2_if_->GetUniformLocation(
video_decode_dev.cc 50 texcoord_scale_location(0) {}
53 GLint texcoord_scale_location; member in struct:__anon14062::Shader
433 context_->pp_resource(), shader_2d_.texcoord_scale_location, 1.0, 1.0);
440 shader_rectangle_arb_.texcoord_scale_location,
648 shader.texcoord_scale_location = gles2_if_->GetUniformLocation(

Completed in 1188 milliseconds