OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperandRGB
(Results
1 - 16
of
16
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
texstate.c
143
printf(" GL_OPERAND0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
OperandRGB
[0]));
144
printf(" GL_OPERAND1_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
OperandRGB
[1]));
145
printf(" GL_OPERAND2_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
OperandRGB
[2]));
266
state->
OperandRGB
[2] = GL_SRC_COLOR;
507
packed->ArgsRGB[i].Operand = tex_combine_translate_operand(state->
OperandRGB
[i]);
texenv.c
344
texUnit->Combine.
OperandRGB
[term] = param;
682
return texUnit->Combine.
OperandRGB
[op_rgb];
686
return texUnit->Combine.
OperandRGB
[3];
attrib.c
608
unit->Combine.
OperandRGB
[i]);
mtypes.h
1040
GLenum16
OperandRGB
[MAX_COMBINER_TERMS];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texstate.c
139
printf(" GL_OPERAND0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
OperandRGB
[0]));
140
printf(" GL_OPERAND1_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
OperandRGB
[1]));
141
printf(" GL_OPERAND2_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
OperandRGB
[2]));
262
state->
OperandRGB
[2] = GL_SRC_COLOR;
497
packed->ArgsRGB[i].Operand = tex_combine_translate_operand(state->
OperandRGB
[i]);
texenv.c
344
texUnit->Combine.
OperandRGB
[term] = param;
620
return texUnit->Combine.
OperandRGB
[op_rgb];
624
return texUnit->Combine.
OperandRGB
[3];
attrib.c
866
unit->Combine.
OperandRGB
[i]);
mtypes.h
1040
GLenum16
OperandRGB
[MAX_COMBINER_TERMS];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i830_texblend.c
245
switch (combine->
OperandRGB
[i]) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i830_texblend.c
245
switch (combine->
OperandRGB
[i]) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_texstate.c
266
ctx->Texture.FixedFuncUnit[replaceargs]._CurrentCombine->
OperandRGB
[0] - GL_SRC_COLOR;
274
GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
813
const GLuint op = texUnit->_CurrentCombine->
OperandRGB
[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_texstate.c
266
ctx->Texture.FixedFuncUnit[replaceargs]._CurrentCombine->
OperandRGB
[0] - GL_SRC_COLOR;
274
GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
819
const GLuint op = texUnit->_CurrentCombine->
OperandRGB
[i];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_texstate.c
255
const GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texcombine.c
143
const GLenum
operandRGB
= combine->
OperandRGB
[term];
199
if (
operandRGB
!= GL_SRC_COLOR) {
206
switch (
operandRGB
) {
229
_mesa_problem(ctx, "Bad
operandRGB
");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_texstate.c
256
const GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texcombine.c
143
const GLenum
operandRGB
= combine->
OperandRGB
[term];
199
if (
operandRGB
!= GL_SRC_COLOR) {
206
switch (
operandRGB
) {
229
_mesa_problem(ctx, "Bad
operandRGB
");
Completed in 40 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026