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

12345678910

/external/deqp/modules/gles2/
H A Dtes2Context.hpp53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } function in class:deqp::gles2::Context
/external/deqp/modules/gles3/
H A Dtes3Context.hpp53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } function in class:deqp::gles3::Context
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp121 return getContextInfo().isExtensionSupported("GL_EXT_geometry_shader");
124 return getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader");
132 return getContextInfo().isExtensionSupported(extension.c_str());
H A Des31fNegativeTestShared.hpp68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } function in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
H A Des31fTextureFormatTests.cpp317 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_buffer")
318 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"))
323 m_maxTextureBufferSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_BUFFER_SIZE);
456 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12));
457 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12));
538 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
539 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
548 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
549 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
/external/deqp/modules/gles2/functional/
H A Des2fShaderExecuteTest.cpp56 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo());
H A Des2fDebugMarkerTests.cpp69 checkSupport(m_context.getContextInfo());
112 checkSupport(m_context.getContextInfo());
171 checkSupport(m_context.getContextInfo());
H A Des2fFragOpInteractionTests.cpp79 basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toString(ndx).c_str(), params));
H A Des2fNegativeVertexArrayApiTests.cpp61 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
75 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
95 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
113 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
121 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
/external/deqp/modules/gles31/
H A Dtes31Context.hpp53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } function in class:deqp::gles31::Context
/external/skia/tests/
H A DGrContextAbandonTest.cpp22 ContextInfo info = testFactory.getContextInfo(ctxType);
H A DGrContextFactoryTest.cpp80 ContextInfo info1 = testFactory.getContextInfo(ctxType);
90 ContextInfo info2 = testFactory.getContextInfo(ctxType);
105 ContextInfo info1 = testFactory.getContextInfo(ctxType);
120 ContextInfo info3 = testFactory.getContextInfo(ctxType);
155 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType);
160 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType);
/external/skqp/tests/
H A DGrContextAbandonTest.cpp22 ContextInfo info = testFactory.getContextInfo(ctxType);
H A DGrContextFactoryTest.cpp80 ContextInfo info1 = testFactory.getContextInfo(ctxType);
90 ContextInfo info2 = testFactory.getContextInfo(ctxType);
105 ContextInfo info1 = testFactory.getContextInfo(ctxType);
120 ContextInfo info3 = testFactory.getContextInfo(ctxType);
155 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType);
160 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType);
/external/deqp/external/openglcts/modules/common/
H A DglcContext.hpp67 const glu::ContextInfo& getContextInfo(void) const function in class:deqp::Context
H A DglcNoErrorTests.cpp99 noErrorExtensionExists |= context.getContextInfo().isExtensionSupported("GL_KHR_no_error");
H A DglcTestCaseWrapper.cpp52 glu::resetState(m_context.getRenderContext(), m_context.getContextInfo());
123 glu::resetState(m_context.getRenderContext(), m_context.getContextInfo());
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSpirvExtensionsTests.cpp60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions"))
66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv"))
H A Dgl4cShaderBallotTests.cpp493 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") ||
494 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64"))
569 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") ||
570 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64"))
645 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") ||
646 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64"))
718 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") ||
719 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64"))
/external/skia/dm/
H A DDMGpuTestProcs.cpp63 ContextInfo ctxInfo = factory.getContextInfo(
74 ctxInfo = factory.getContextInfo(contextType,
/external/skqp/dm/
H A DDMGpuTestProcs.cpp63 ContextInfo ctxInfo = factory.getContextInfo(
74 ctxInfo = factory.getContextInfo(contextType,
/external/deqp/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp61 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
70 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp66 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
75 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
/external/deqp/modules/gles3/functional/
H A Des3fFragOpInteractionTests.cpp79 basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), de::toString(ndx).c_str(), params));
/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp181 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
367 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
454 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
552 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
693 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
818 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
952 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
1076 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
1161 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");

Completed in 666 milliseconds

12345678910