Home
last modified time | relevance | path

Searched refs:_gloffset_DepthRange (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp813 EXPECT_EQ((_glapi_proc) __indirect_glDepthRange, table[_gloffset_DepthRange]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp813 EXPECT_EQ((_glapi_proc) __indirect_glDepthRange, table[_gloffset_DepthRange]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h356 #define _gloffset_DepthRange 288 macro
5347 return (_glptr_DepthRange) (GET_by_offset(disp, _gloffset_DepthRange)); in GET_DepthRange()
5351 SET_by_offset(disp, _gloffset_DepthRange, fn); in SET_DepthRange()