Searched refs:IndirectAPI (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/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...]
/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...]
/external/chromium_org/third_party/mesa/src/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/
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);

Completed in 1139 milliseconds