HomeSort by relevance Sort by last modified time
    Searched refs:_InterpMode (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 229 GLenum _InterpMode[FRAG_ATTRIB_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */
s_aalinetemp.h 165 if (swrast->_InterpMode[attr] == GL_FLAT) {
s_linetemp.h 271 if (swrast->_InterpMode[attr] == GL_FLAT) {
s_aatritemp.h 145 if (swrast->_InterpMode[attr] == GL_FLAT) {
s_context.c 542 swrast->_InterpMode[i] = ctx->Light.ShadeModel;
544 swrast->_InterpMode[i] = GL_SMOOTH;
s_tritemp.h 424 if (swrast->_InterpMode[attr] == GL_FLAT) {
704 if (swrast->_InterpMode[attr] == GL_FLAT) {
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 229 GLenum _InterpMode[FRAG_ATTRIB_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */
s_aalinetemp.h 165 if (swrast->_InterpMode[attr] == GL_FLAT) {
s_linetemp.h 271 if (swrast->_InterpMode[attr] == GL_FLAT) {
s_aatritemp.h 145 if (swrast->_InterpMode[attr] == GL_FLAT) {
s_context.c 542 swrast->_InterpMode[i] = ctx->Light.ShadeModel;
544 swrast->_InterpMode[i] = GL_SMOOTH;
s_tritemp.h 424 if (swrast->_InterpMode[attr] == GL_FLAT) {
704 if (swrast->_InterpMode[attr] == GL_FLAT) {
    [all...]

Completed in 861 milliseconds