OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operandrgb
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c
150
const GLenum
operandRGB
= combine->
OperandRGB
[term];
206
if (
operandRGB
!= GL_SRC_COLOR) {
213
switch (
operandRGB
) {
236
_mesa_problem(ctx, "Bad
operandRGB
");
/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
");
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c
135
printf(" GL_OPERAND0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.
OperandRGB
[0]));
136
printf(" GL_OPERAND1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.
OperandRGB
[1]));
137
printf(" GL_OPERAND2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.
OperandRGB
[2]));
261
state->
OperandRGB
[2] = GL_SRC_COLOR;
texenv.c
343
texUnit->Combine.
OperandRGB
[term] = param;
616
return texUnit->Combine.
OperandRGB
[op_rgb];
620
return texUnit->Combine.
OperandRGB
[3];
attrib.c
746
unit->Combine.
OperandRGB
[i]);
[
all
...]
ff_fragment_shader.cpp
466
key->unit[i].OptRGB[j].Operand = translate_operand(comb->
OperandRGB
[j]);
[
all
...]
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/main/
texstate.c
135
printf(" GL_OPERAND0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.
OperandRGB
[0]));
136
printf(" GL_OPERAND1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.
OperandRGB
[1]));
137
printf(" GL_OPERAND2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.
OperandRGB
[2]));
261
state->
OperandRGB
[2] = GL_SRC_COLOR;
texenv.c
343
texUnit->Combine.
OperandRGB
[term] = param;
616
return texUnit->Combine.
OperandRGB
[op_rgb];
620
return texUnit->Combine.
OperandRGB
[3];
attrib.c
746
unit->Combine.
OperandRGB
[i]);
[
all
...]
ff_fragment_shader.cpp
466
key->unit[i].OptRGB[j].Operand = translate_operand(comb->
OperandRGB
[j]);
[
all
...]
mtypes.h
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texblend.c
247
switch (combine->
OperandRGB
[i]) {
/external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c
247
switch (combine->
OperandRGB
[i]) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c
356
ctx->Texture.Unit[replaceargs]._CurrentCombine->
OperandRGB
[0] - GL_SRC_COLOR;
364
GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
909
const GLuint op = texUnit->_CurrentCombine->
OperandRGB
[i];
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c
356
ctx->Texture.Unit[replaceargs]._CurrentCombine->
OperandRGB
[0] - GL_SRC_COLOR;
364
GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
909
const GLuint op = texUnit->_CurrentCombine->
OperandRGB
[i];
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c
315
const GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c
315
const GLint op = texUnit->_CurrentCombine->
OperandRGB
[i] - GL_SRC_COLOR;
[
all
...]
Completed in 917 milliseconds