Home
last modified time | relevance | path

Searched refs:initGLFunctions (Results 1 - 25 of 25) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A 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, const char* const* extensions) const in initGLFunctions() function in deqp::egl::EglTestContext
H A DteglTestCase.hpp71 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const;
72 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const;
H A DteglRobustnessTests.cpp463 void initGLFunctions (glw::Functions* gl, const glu::ApiType apiType);
523 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType) in initGLFunctions() function in deqp::egl::__anon30383::RenderingContext
533 // support after calling initGLFunctions(). We could move the check here. in initGLFunctions()
535 m_eglTestCtx.initGLFunctions(gl, apiType); in initGLFunctions()
541 m_eglTestCtx.initGLFunctions(gl, apiType, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]); in initGLFunctions()
1153 context.initGLFunctions(&gl, apiType); in iterate()
1207 context.initGLFunctions(&gl, apiType); in iterate()
1267 context.initGLFunctions(&gl, apiType); in iterate()
1352 context.initGLFunctions(&gl, apiType); in iterate()
H A DteglColorClearCase.cpp189 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0)); in executeForContexts()
349 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0)); in executeForContexts()
H A DteglMultiContextTests.cpp144 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in iterate()
H A DteglImageTests.cpp165 m_eglTestCtx.initGLFunctions(&m_gl, m_api, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]); in init()
304 m_eglTestCtx.initGLFunctions(&m_gl, ctxType.getAPI()); in Context()
H A DteglMutableRenderBufferTests.cpp169 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglMemoryStressTests.cpp120 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in MemoryAllocator()
H A DteglResizeTests.cpp187 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2, 0)); in init()
H A DteglSwapBuffersTests.cpp304 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
H A DteglRenderTests.cpp728 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
933 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglPreservingSwapTests.cpp366 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglBufferAgeTests.cpp410 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglCreateContextExtTests.cpp965 m_eglTestCtx.initGLFunctions(&gl, m_glContextType.getAPI()); in executeForSurface()
H A DteglGetFrameTimestampsTests.cpp514 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
H A DteglNativeColorMappingTests.cpp529 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
H A DteglNativeCoordMappingTests.cpp561 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0)); in executeForConfig()
H A DteglPartialUpdateTests.cpp392 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglSwapBuffersWithDamageTests.cpp335 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglSyncTests.cpp268 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
382 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(3, 1));
H A DteglGLES2SharedRenderingPerfTests.cpp512 m_testCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0), DE_LENGTH_OF_ARRAY(reqExts), reqExts); in TestContext()
H A DteglGLES2SharingTests.cpp125 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglWideColorTests.cpp287 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
H A DteglImageFormatTests.cpp1659 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(major, minor), DE_LENGTH_OF_ARRAY(extensions), &extensions[0]); in init()
H A 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()

Completed in 42 milliseconds