Searched defs:IntState (Results 1 – 2 of 2) sorted by relevance
138 struct GLES2_IMPL_EXPORT IntState { in NON_EXPORTED_BASE() struct140 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 …]
58 GLES2Implementation::GLStaticState::IntState::IntState() in IntState() function in gpu::gles2::GLES2Implementation::GLStaticState::IntState