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

  /external/mesa3d/src/mesa/main/
texenv.c 339 texUnit->Combine.OperandRGB[term] = param;
593 return texUnit->Combine.OperandRGB[op_rgb];
597 return texUnit->Combine.OperandRGB[3];
texstate.c 135 printf(" GL_OPERAND0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[0]));
136 printf(" GL_OPERAND1_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[1]));
137 printf(" GL_OPERAND2_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[2]));
258 state->OperandRGB[2] = GL_SRC_COLOR;
ff_fragment_shader.cpp 450 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]);
    [all...]
attrib.c 819 unit->Combine.OperandRGB[i]);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 246 switch (combine->OperandRGB[i]) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 263 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandRGB[0] - GL_SRC_COLOR;
271 GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
814 const GLuint op = texUnit->_CurrentCombine->OperandRGB[i];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 248 const GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 142 const GLenum operandRGB = combine->OperandRGB[term];
198 if (operandRGB != GL_SRC_COLOR) {
205 switch (operandRGB) {
228 _mesa_problem(ctx, "Bad operandRGB");

Completed in 211 milliseconds