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 171 static_state_.int_state.num_compressed_texture_formats);
173 static_state_.int_state.num_shader_binary_formats);
177 static_state_.int_state.max_combined_texture_image_units]);
189 static_state_.int_state.max_vertex_attribs,
215 &static_state_.int_state.max_combined_texture_image_units,
216 sizeof(static_state_.int_state));
645 *params = static_state_.int_state.max_combined_texture_image_units;
648 *params = static_state_.int_state.max_cube_map_texture_size;
651 *params = static_state_.int_state.max_fragment_uniform_vectors;
654 *params = static_state_.int_state.max_renderbuffer_size
    [all...]
gles2_implementation.h 623 GLStaticState static_state_; member in class:gpu::gles2::GLES2Implementation

Completed in 26 milliseconds