Searched refs:__indirect_glDepthRange (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp128 void __indirect_glDepthRange(void) { } function in typeref:typename:void
815 EXPECT_EQ((_glapi_proc) __indirect_glDepthRange, table[_gloffset_DepthRange]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c132 table[288] = (_glapi_proc) __indirect_glDepthRange;
H A Dindirect.h356 extern _X_HIDDEN void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar);
H A Dindirect.c3964 void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c132 table[288] = (_glapi_proc) __indirect_glDepthRange;
H A Dindirect.h356 extern _X_HIDDEN void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar);
H A Dindirect.c3964 void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp130 void __indirect_glDepthRange(GLclampd near_val, GLclampd far_val) { } function in typeref:typename:void
817 EXPECT_EQ((_glapi_proc) __indirect_glDepthRange, table[_gloffset_DepthRange]);

Completed in 89 milliseconds