Searched refs:hint_generate_mipmap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h52 GLenum hint_generate_mipmap; variable
H A Dcontext_state_impl_autogen.h52 hint_generate_mipmap = GL_DONT_CARE;
115 glHint(GL_GENERATE_MIPMAP_HINT, hint_generate_mipmap);
277 params[0] = static_cast<GLint>(hint_generate_mipmap);
601 params[0] = static_cast<GLfloat>(hint_generate_mipmap);
H A Dgles2_cmd_decoder_autogen.h1412 if (state_.hint_generate_mipmap != mode) {
1413 state_.hint_generate_mipmap = mode;

Completed in 51 milliseconds