Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp2156 { "glTexParameterf", 11, _gloffset_TexParameterf },
2315 { "glTexParameterf", 20, _gloffset_TexParameterf },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp1037 EXPECT_EQ((_glapi_proc) __indirect_glTexParameterf, table[_gloffset_TexParameterf]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h240 #define _gloffset_TexParameterf 178 macro
4443 return (_glptr_TexParameterf) (GET_by_offset(disp, _gloffset_TexParameterf)); in GET_TexParameterf()
4447 SET_by_offset(disp, _gloffset_TexParameterf, fn); in SET_TexParameterf()