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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 158 static_state_.int_state.num_compressed_texture_formats);
160 static_state_.int_state.num_shader_binary_formats);
164 static_state_.int_state.max_combined_texture_image_units]);
176 static_state_.int_state.max_vertex_attribs,
202 &static_state_.int_state.max_combined_texture_image_units,
203 sizeof(static_state_.int_state));
597 *params = static_state_.int_state.max_combined_texture_image_units;
600 *params = static_state_.int_state.max_cube_map_texture_size;
603 *params = static_state_.int_state.max_fragment_uniform_vectors;
606 *params = static_state_.int_state.max_renderbuffer_size
    [all...]
gles2_implementation.h 583 GLStaticState static_state_; member in class:gpu::gles2::GLES2Implementation

Completed in 46 milliseconds