Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp2197 { "glBlendColor", 20, _gloffset_BlendColor },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp1106 EXPECT_EQ((_glapi_proc) __indirect_glBlendColor, table[_gloffset_BlendColor]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h398 #define _gloffset_BlendColor 336 macro
6181 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor)); in GET_BlendColor()
6185 SET_by_offset(disp, _gloffset_BlendColor, fn); in SET_BlendColor()