OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_TextureCombinePrimary
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
218
GLboolean
_TextureCombinePrimary
;
s_context.c
182
* Update the swrast->
_TextureCombinePrimary
flag.
190
swrast->
_TextureCombinePrimary
= GL_FALSE;
198
swrast->
_TextureCombinePrimary
= GL_TRUE;
202
swrast->
_TextureCombinePrimary
= GL_TRUE;
s_texcombine.c
642
if (swrast->
_TextureCombinePrimary
) {
/external/mesa3d/src/mesa/swrast/
s_context.h
218
GLboolean
_TextureCombinePrimary
;
s_context.c
182
* Update the swrast->
_TextureCombinePrimary
flag.
190
swrast->
_TextureCombinePrimary
= GL_FALSE;
198
swrast->
_TextureCombinePrimary
= GL_TRUE;
202
swrast->
_TextureCombinePrimary
= GL_TRUE;
s_texcombine.c
634
if (swrast->
_TextureCombinePrimary
) {
Completed in 134 milliseconds