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

  /external/deqp/modules/egl/
teglTestCase.cpp 62 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const
64 initGLFunctions(dst, apiType, 0, DE_NULL);
67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const
teglRobustnessTests.cpp 480 void initGLFunctions (glw::Functions* gl, const glu::ApiType apiType);
540 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType)
550 // support after calling initGLFunctions(). We could move the check here.
552 m_eglTestCtx.initGLFunctions(gl, apiType);
558 m_eglTestCtx.initGLFunctions(gl, apiType, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
    [all...]

Completed in 66 milliseconds