HomeSort by relevance Sort by last modified time
    Searched refs:IndirectAPI (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glx/tests/
indirect_api.cpp 708 class IndirectAPI : public ::testing::Test {
717 IndirectAPI::SetUp()
723 IndirectAPI::TearDown()
729 TEST_F(IndirectAPI, DispatchTableSizeWasQueried)
746 TEST_F(IndirectAPI, NoNullEntries)
758 TEST_F(IndirectAPI, OpenGL_10)
    [all...]
  /external/mesa3d/src/glx/
indirect_glx.c 43 static struct _glapi_table *IndirectAPI = NULL;
148 if (!IndirectAPI)
149 IndirectAPI = __glXNewIndirectAPI();
150 _glapi_set_dispatch(IndirectAPI);

Completed in 69 milliseconds