Searched refs:static_state_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc184 static_state_.int_state.num_compressed_texture_formats);
186 static_state_.int_state.num_shader_binary_formats);
190 static_state_.int_state.max_combined_texture_image_units]);
203 static_state_.int_state.max_vertex_attribs,
209 if (static_state_.int_state.bind_generates_resource_chromium !=
241 &static_state_.int_state.max_combined_texture_image_units,
242 sizeof(static_state_.int_state));
692 *params = static_state_.int_state.max_combined_texture_image_units;
695 *params = static_state_.int_state.max_cube_map_texture_size;
698 *params = static_state_
[all...]
H A Dgles2_implementation.h678 GLStaticState static_state_; member in class:gpu::gles2::GLES2Implementation

Completed in 92 milliseconds