Searched defs:IndirectAPI (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glx/
H A Dindirect_glx.c41 static struct _glapi_table *IndirectAPI = NULL; variable in typeref:struct:_glapi_table
146 if (!IndirectAPI)
147 IndirectAPI = __glXNewIndirectAPI();
148 _glapi_set_dispatch(IndirectAPI);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp708 class IndirectAPI : public ::testing::Test { class in inherits:::testing::Test
717 IndirectAPI::SetUp()
723 IndirectAPI::TearDown()
729 TEST_F(IndirectAPI, DispatchTableSizeWasQueried)
746 TEST_F(IndirectAPI, NoNullEntries)
758 TEST_F(IndirectAPI, OpenGL_10)
1068 TEST_F(IndirectAPI, OpenGL_11)
1102 TEST_F(IndirectAPI, OpenGL_12)
1144 TEST_F(IndirectAPI, OpenGL_20_is_nop)
1166 TEST_F(IndirectAPI, ARB_multitextur
[all...]

Completed in 373 milliseconds