OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workarounds_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
feature_info.h
116
return
workarounds_
;
143
Workarounds
workarounds_
;
member in class:gpu::gles2::FeatureInfo
feature_info.cc
170
StringToWorkarounds(types, &
workarounds_
);
342
if (!
workarounds_
.disable_depth_texture &&
385
if (
workarounds_
.use_client_side_arrays_for_stream_buffers) {
565
if (!
workarounds_
.disable_multisampling) {
605
if (!
workarounds_
.disable_oes_standard_derivatives &&
727
if (!
workarounds_
.disable_ext_occlusion_query &&
740
if (!
workarounds_
.disable_angle_instanced_arrays &&
750
if (!
workarounds_
.disable_ext_draw_buffers &&
794
if (
workarounds_
.disable_egl_khr_fence_sync) {
797
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 50 milliseconds