HomeSort by relevance Sort by last modified time
    Searched refs:workarounds_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 117 return workarounds_;
144 Workarounds workarounds_; member in class:gpu::gles2::FeatureInfo
feature_info.cc 171 StringToWorkarounds(types, &workarounds_);
341 if (!workarounds_.disable_depth_texture &&
384 if (workarounds_.use_client_side_arrays_for_stream_buffers) {
568 if (!workarounds_.disable_multisampling) {
608 if (!workarounds_.disable_oes_standard_derivatives &&
740 if (!workarounds_.disable_ext_occlusion_query &&
753 if (!workarounds_.disable_angle_instanced_arrays &&
763 if (!workarounds_.disable_ext_draw_buffers &&
812 if (workarounds_.disable_egl_khr_fence_sync) {
815 if (workarounds_.disable_egl_khr_wait_sync)
    [all...]
buffer_manager_unittest.cc 100 feature_info_->workarounds_.use_client_side_arrays_for_stream_buffers =

Completed in 70 milliseconds