Home
last modified time | relevance | path

Searched refs:initGLFunctions (Results 1 – 17 of 17) sorted by relevance

/external/deqp/modules/egl/
DteglTestCase.cpp62 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const in initGLFunctions() function in deqp::egl::EglTestContext
64 initGLFunctions(dst, apiType, 0, DE_NULL); in initGLFunctions()
67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions,… in initGLFunctions() function in deqp::egl::EglTestContext
DteglTestCase.hpp71 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const;
72 …void initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const…
DteglColorClearCase.cpp189 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0)); in executeForContexts()
347 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0)); in executeForContexts()
DteglImageTests.cpp165 m_eglTestCtx.initGLFunctions(&m_gl, m_api, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]); in init()
250 m_eglTestCtx.initGLFunctions(&m_gl, ctxType.getAPI()); in Context()
DteglSwapBuffersTests.cpp304 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
DteglMemoryStressTests.cpp120 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in MemoryAllocator()
DteglResizeTests.cpp187 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2, 0)); in init()
DteglRenderTests.cpp691 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
892 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglPreservingSwapTests.cpp366 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglNativeColorMappingTests.cpp528 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
DteglNativeCoordMappingTests.cpp561 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
DteglCreateContextExtTests.cpp975 m_eglTestCtx.initGLFunctions(&gl, m_glContextType.getAPI()); in executeForSurface()
DteglGLES2SharingTests.cpp125 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglGLES2SharedRenderingPerfTests.cpp512 m_testCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0), DE_LENGTH_OF_ARRAY(reqExts), reqExts); in TestContext()
DteglSyncTests.cpp205 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglImageFormatTests.cpp973 …m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2, 0), DE_LENGTH_OF_ARRAY(extensions), &exten… in init()
DteglGLES2SharingThreadedTests.cpp2153 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
3028 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()