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

  /external/mesa3d/src/mesa/main/
texstate.c 129 printf(" GL_SOURCE0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[0]));
130 printf(" GL_SOURCE1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[1]));
131 printf(" GL_SOURCE2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[2]));
173 state->SourceRGB[0] = GL_PREVIOUS;
222 state->SourceRGB[0] = GL_PREVIOUS;
232 state->SourceRGB[2] = GL_TEXTURE;
258 state->SourceRGB[2] = GL_TEXTURE;
260 state->SourceRGB[0] = GL_CONSTANT;
278 state->ModeRGB = (state->SourceRGB[0] != GL_PREVIOUS)
texenv.c 261 texUnit->Combine.SourceRGB[term] = param;
588 return texUnit->Combine.SourceRGB[rgb_idx];
592 return texUnit->Combine.SourceRGB[3];
ff_fragment_shader.cpp 468 key->unit[i].OptRGB[j].Source = translate_source(comb->SourceRGB[j]);
    [all...]
attrib.c 742 unit->Combine.SourceRGB[i]);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 223 switch (combine->SourceRGB[i]) {
231 args_RGB[i] = GetTexelOp(combine->SourceRGB[i] - GL_TEXTURE0);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 365 const GLint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
381 ctx->Texture.Unit[replaceargs]._CurrentCombine->SourceRGB[0];
908 const GLuint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 316 const GLuint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 197 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
s_texcombine.c 131 combine->SourceRGB[0],
133 combine->SourceRGB[1],
141 const GLenum srcRGB = combine->SourceRGB[term];

Completed in 1360 milliseconds