OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stageref
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c
759
GLubyte
stageref
[7] = {0, 0, 0, 0, 0, 0, 0};
local
770
stageref
[maxunitused + 1] = REF_COLOR | REF_ALPHA;
777
if (
stageref
[j + 1]) {
798
stageref
[j] = REF_COLOR | REF_ALPHA;
811
if ((
stageref
[j + 1] & REF_COLOR) || isdot3rgba) {
818
stageref
[j] |= (op >> 1) + 1;
838
if ((
stageref
[j + 1] & REF_ALPHA) && !isdot3rgba) {
844
stageref
[j] |= REF_ALPHA;
879
if (ctx->Texture.Unit[i]._Current &&
stageref
[i+1]) {
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
2495
uint8_t
stageref
;
member in struct:gl_uniform_block
[
all
...]
Completed in 166 milliseconds