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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h69 hint_fragment_shader_derivative = GL_DONT_CARE;
234 if (prev_state->hint_fragment_shader_derivative !=
235 hint_fragment_shader_derivative) {
237 hint_fragment_shader_derivative);
334 hint_fragment_shader_derivative);
510 params[0] = static_cast<GLint>(hint_fragment_shader_derivative);
851 params[0] = static_cast<GLfloat>(hint_fragment_shader_derivative);
H A Dcontext_state_autogen.h69 GLenum hint_fragment_shader_derivative; variable
H A Dgles2_cmd_decoder_autogen.h1406 if (state_.hint_fragment_shader_derivative != mode) {
1407 state_.hint_fragment_shader_derivative = mode;

Completed in 96 milliseconds