Searched refs:m_api (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.hpp45 API m_api; member in class:gl3cts::TransformFeedbackOverflowQueryTests
H A Dgl4cClipControlTests.hpp46 API m_api; member in class:gl4cts::ClipControlTests
H A Dgl4cTextureBarrierTests.hpp46 API m_api; member in class:gl4cts::TextureBarrierTests
H A Dgl4cClipControlTests.cpp88 : TestCase(context, name, description), m_api(api)
94 ClipControlApi(m_context, m_api);
118 const ClipControlTests::API m_api; member in class:gl4cts::ClipControlBaseTest
272 if (ClipControlApi::Supported(m_context, m_api))
274 ClipControlApi cc(m_context, m_api);
282 ClipControlApi cc(m_context, m_api);
330 if (ClipControlApi::Supported(m_context, m_api))
332 ClipControlApi cc(m_context, m_api);
342 ClipControlApi cc(m_context, m_api);
413 if (ClipControlApi::Supported(m_context, m_api))
[all...]
H A Dgl4cTextureBarrierTests.cpp63 : TestCase(context, name, description), m_api(api)
70 return (m_api == TextureBarrierTests::API_GL_ARB_texture_barrier &&
72 m_api == TextureBarrierTests::API_GL_45core;
85 const TextureBarrierTests::API m_api; member in class:gl4cts::TextureBarrierBaseTest
933 : TestCaseGroup(context, apiToTestName(api), "Verifies \"texture_barrier\" functionality"), m_api(api)
950 addChild(new TextureBarrierDisjointTexels(m_context, m_api, "disjoint-texels"));
951 addChild(new TextureBarrierOverlappingTexels(m_context, m_api, "overlapping-texels"));
952 addChild(new TextureBarrierSameTexelRW(m_context, m_api, "same-texel-rw"));
953 addChild(new TextureBarrierSameTexelRWMultipass(m_context, m_api, "same-texel-rw-multipass"));
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp62 : TestCase(context, name, description), m_api(api), m_max_vertex_streams(0)
69 if (m_api == TransformFeedbackOverflowQueryTests::API_GL_ARB_transform_feedback_overflow_query)
137 const TransformFeedbackOverflowQueryTests::API m_api; member in class:gl3cts::TransformFeedbackOverflowQueryBaseTest
2199 , m_api(api)
2216 addChild(new TransformFeedbackOverflowQueryImplDepState(m_context, m_api, "implementation-dependent-state"));
2217 addChild(new TransformFeedbackOverflowQueryDefaultState(m_context, m_api, "default-context-state"));
2218 addChild(new TransformFeedbackOverflowQueryStateUpdate(m_context, m_api, "context-state-update"));
2219 addChild(new TransformFeedbackOverflowQueryErrorInvalidIndex(m_context, m_api, "error-invalid-index"));
2220 addChild(new TransformFeedbackOverflowQueryErrorAlreadyActive(m_context, m_api, "error-already-active"));
2221 addChild(new TransformFeedbackOverflowQueryErrorIncompatibleTarget(m_context, m_api, "erro
[all...]
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp197 const EGLenum m_api; member in class:deqp::egl::__anon4876::CreateContextExtCase
280 , m_api (api)
731 if (m_api == EGL_OPENGL_ES_API)
742 else if (m_api == EGL_OPENGL_API)
759 if (m_api == EGL_OPENGL_API && (majorVersion > 3 || (majorVersion == 3 && minorVersion >= 1)))
763 DE_ASSERT(m_api == EGL_OPENGL_API);
778 if (profileMask != -1 || (m_api == EGL_OPENGL_API && (majorVersion >= 3)))
783 DE_ASSERT(m_api == EGL_OPENGL_API);
828 if (m_api == EGL_OPENGL_API)
836 else if (m_api
991 const EGLenum m_api; member in class:deqp::egl::__anon4876::CreateContextExtGroup
[all...]
H A DteglImageTests.cpp154 , m_api (api)
165 m_eglTestCtx.initGLFunctions(&m_gl, m_api, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
176 return m_api.getMajorVersion() >= 3 || glu::hasExtension(m_gl, m_api, "GL_EXT_texture_rg");
181 ApiType m_api; member in class:deqp::egl::Image::ImageTestCase
H A DteglColorClearCase.cpp286 , m_api (api)
304 renderClear(m_api, m_funcs, packetIter->clears[ndx]);
306 finish(m_api, m_funcs);
321 EGLint m_api; member in class:deqp::egl::ColorClearThread
H A DteglRenderTests.cpp873 , m_api (api)
892 draw(m_gl, m_api, m_program, packetIter->drawOps[ndx]);
894 finish(m_gl, m_api);
910 EGLint m_api; member in class:deqp::egl::RenderTestThread

Completed in 687 milliseconds