OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:txunit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c
344
GLuint
txunit
= srcRGBi - GL_TEXTURE0;
local
345
if (ctx->Texture.Unit[
txunit
]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
351
color_arg[i] = radeon_texture_color[op][
txunit
];
389
GLuint
txunit
= srcAi - GL_TEXTURE0;
local
390
if (ctx->Texture.Unit[
txunit
]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
393
alpha_arg[i] = radeon_texture_alpha[op][
txunit
];
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c
344
GLuint
txunit
= srcRGBi - GL_TEXTURE0;
local
345
if (ctx->Texture.Unit[
txunit
]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
351
color_arg[i] = radeon_texture_color[op][
txunit
];
389
GLuint
txunit
= srcAi - GL_TEXTURE0;
local
390
if (ctx->Texture.Unit[
txunit
]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
393
alpha_arg[i] = radeon_texture_alpha[op][
txunit
];
[
all
...]
Completed in 1372 milliseconds