Searched refs:missing_textures (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c394 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)
H A Dst_atom_shader.c95 if (st->missing_textures) {
H A Dst_context.h125 GLboolean missing_textures; member in struct:st_context
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c394 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)
H A Dst_atom_shader.c95 if (st->missing_textures) {
H A Dst_context.h125 GLboolean missing_textures; member in struct:st_context

Completed in 186 milliseconds