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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 112 if (optype == curProg->last_optype) {
113 curProg->last_optype = 1;
372 ctx->ATIFragmentShader.Current->last_optype = 0;
613 if ((optype == 0) || (curProg->last_optype == optype)) {
622 curProg->last_optype = optype;
mtypes.h 2153 GLubyte last_optype; member in struct:ati_fragment_shader
    [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 112 if (optype == curProg->last_optype) {
113 curProg->last_optype = 1;
372 ctx->ATIFragmentShader.Current->last_optype = 0;
613 if ((optype == 0) || (curProg->last_optype == optype)) {
622 curProg->last_optype = optype;
mtypes.h 2153 GLubyte last_optype; member in struct:ati_fragment_shader
    [all...]

Completed in 201 milliseconds