Home
last modified time | relevance | path

Searched refs:initGLFunctions (Results 1 – 21 of 21) 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()
DteglMultiContextTests.cpp138 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in iterate()
DteglImageTests.cpp165 m_eglTestCtx.initGLFunctions(&m_gl, m_api, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]); in init()
255 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()
DteglNativeCoordMappingTests.cpp561 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
DteglNativeColorMappingTests.cpp528 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
DteglBufferAgeTests.cpp398 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglCreateContextExtTests.cpp961 m_eglTestCtx.initGLFunctions(&gl, m_glContextType.getAPI()); in executeForSurface()
DteglSwapBuffersWithDamageTests.cpp335 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglPartialUpdateTests.cpp380 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
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.cpp207 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
DteglImageFormatTests.cpp974 …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()
3043 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()