HomeSort by relevance Sort by last modified time
    Searched refs:CLIP_FRUSTUM_BITS (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform.h 99 #define CLIP_FRUSTUM_BITS 0x3f
m_debug_clip.c 277 dca = rca = CLIP_FRUSTUM_BITS;
  /external/mesa3d/src/mesa/math/
m_xform.h 99 #define CLIP_FRUSTUM_BITS 0x3f
m_debug_clip.c 277 dca = rca = CLIP_FRUSTUM_BITS;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 130 if (mask & CLIP_FRUSTUM_BITS) {
219 if (mask & CLIP_FRUSTUM_BITS) {
282 if (mask & CLIP_FRUSTUM_BITS) {
t_vb_vertex.c 185 store->andmask = CLIP_FRUSTUM_BITS;
t_vb_program.c 136 store->andmask = CLIP_FRUSTUM_BITS;
t_vb_render.c 78 #define CLIPMASK (CLIP_FRUSTUM_BITS | CLIP_CULL_BIT)
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 130 if (mask & CLIP_FRUSTUM_BITS) {
219 if (mask & CLIP_FRUSTUM_BITS) {
282 if (mask & CLIP_FRUSTUM_BITS) {
t_vb_vertex.c 185 store->andmask = CLIP_FRUSTUM_BITS;
t_vb_program.c 136 store->andmask = CLIP_FRUSTUM_BITS;
t_vb_render.c 78 #define CLIPMASK (CLIP_FRUSTUM_BITS | CLIP_CULL_BIT)

Completed in 82 milliseconds