Home
last modified time | relevance | path

Searched defs:IntState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.h138 struct GLES2_IMPL_EXPORT IntState { in NON_EXPORTED_BASE() struct
140 GLint max_combined_texture_image_units; in NON_EXPORTED_BASE()
141 GLint max_cube_map_texture_size; in NON_EXPORTED_BASE()
142 GLint max_fragment_uniform_vectors; in NON_EXPORTED_BASE()
143 GLint max_renderbuffer_size; in NON_EXPORTED_BASE()
144 GLint max_texture_image_units; in NON_EXPORTED_BASE()
145 GLint max_texture_size; in NON_EXPORTED_BASE()
146 GLint max_varying_vectors; in NON_EXPORTED_BASE()
147 GLint max_vertex_attribs; in NON_EXPORTED_BASE()
148 GLint max_vertex_texture_image_units; in NON_EXPORTED_BASE()
[all …]
Dgles2_implementation.cc58 GLES2Implementation::GLStaticState::IntState::IntState() in IntState() function in gpu::gles2::GLES2Implementation::GLStaticState::IntState