OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:missing_textures
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_texture.c
394
const GLboolean prev_missing_textures = st->
missing_textures
;
397
st->
missing_textures
= GL_FALSE;
411
st->
missing_textures
= GL_TRUE;
418
if (prev_missing_textures != st->
missing_textures
)
st_atom_shader.c
95
if (st->
missing_textures
) {
st_context.h
125
GLboolean
missing_textures
;
member in struct:st_context
/external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c
394
const GLboolean prev_missing_textures = st->
missing_textures
;
397
st->
missing_textures
= GL_FALSE;
411
st->
missing_textures
= GL_TRUE;
418
if (prev_missing_textures != st->
missing_textures
)
st_atom_shader.c
95
if (st->
missing_textures
) {
st_context.h
125
GLboolean
missing_textures
;
member in struct:st_context
Completed in 44 milliseconds