Searched defs:compatible_with_state (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.cpp260 bool compatible_with_state(const _mesa_glsl_parse_state *state) const;
301 bool _mesa_glsl_extension::compatible_with_state(const _mesa_glsl_parse_state * function in class:_mesa_glsl_extension
409 if (extension->compatible_with_state(state)) {
416 if (extension && extension->compatible_with_state(state)) {
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.cpp260 bool compatible_with_state(const _mesa_glsl_parse_state *state) const;
301 bool _mesa_glsl_extension::compatible_with_state(const _mesa_glsl_parse_state * function in class:_mesa_glsl_extension
409 if (extension->compatible_with_state(state)) {
416 if (extension && extension->compatible_with_state(state)) {

Completed in 139 milliseconds