Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1985 { "glBlendFunc", 11, _gloffset_BlendFunc },
2200 { "glBlendFunc", 20, _gloffset_BlendFunc },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp766 EXPECT_EQ((_glapi_proc) __indirect_glBlendFunc, table[_gloffset_BlendFunc]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h303 #define _gloffset_BlendFunc 241 macro
5136 return (_glptr_BlendFunc) (GET_by_offset(disp, _gloffset_BlendFunc)); in GET_BlendFunc()
5140 SET_by_offset(disp, _gloffset_BlendFunc, fn); in SET_BlendFunc()