Home
last modified time | relevance | path

Searched refs:array_texcoord (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dglwrapper.cc30 array_texcoord(false), in GLState()
43 array_texcoord(state.array_texcoord), in GLState()
57 array_texcoord = state.array_texcoord; in operator =()
72 && array_texcoord == state.array_texcoord in operator ==()
H A Dglwrapper-ogl.cc174 if (state.array_texcoord != m_current_state.array_texcoord) in set()
176 if (state.array_texcoord) in set()
462 if (m_current_state.array_texcoord) in fixup_gl_state()
696 if (state.array_texcoord && m_texture_verts) in draw()
H A Dglwrapper.h120 bool array_texcoord; member
H A Dtilebuf.cc32 m_state.array_texcoord = true; in VertBuffer()
H A Dfontwrapper-ft.cc437 state.array_texcoord = true; in draw_m_buf()