Searched defs:shader_external_oes_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc149 Shader shader_external_oes_; member in class:__anon8890::MyInstance
395 if (shader_external_oes_.program)
396 gles2_if_->DeleteProgram(graphics_3d, shader_external_oes_.program);
491 gles2_if_->UseProgram(graphics_3d, shader_external_oes_.program);
493 graphics_3d, shader_external_oes_.texcoord_scale_location, 1.0, 1.0);
642 if (shader_external_oes_.program)
653 shader_external_oes_ = CreateProgram(kVertexShader, kFragmentShaderExternal);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc150 Shader shader_external_oes_; member in class:__anon10068::MyInstance
396 if (shader_external_oes_.program)
397 gles2_if_->DeleteProgram(graphics_3d, shader_external_oes_.program);
492 gles2_if_->UseProgram(graphics_3d, shader_external_oes_.program);
494 graphics_3d, shader_external_oes_.texcoord_scale_location, 1.0, 1.0);
643 if (shader_external_oes_.program)
654 shader_external_oes_ = CreateProgram(kVertexShader, kFragmentShaderExternal);

Completed in 56 milliseconds