Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp2320 { "glTexSubImage3DOES", 20, _gloffset_TexSubImage3D },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp1143 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage3D, table[_gloffset_TexSubImage3D]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h434 #define _gloffset_TexSubImage3D 372 macro
6577 return (_glptr_TexSubImage3D) (GET_by_offset(disp, _gloffset_TexSubImage3D)); in GET_TexSubImage3D()
6581 SET_by_offset(disp, _gloffset_TexSubImage3D, fn); in SET_TexSubImage3D()