Searched defs:renderContext (Results 1 - 15 of 15) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.cpp76 glu::RenderContext& renderContext,
170 renderContext,
191 renderContext,
224 renderContext,
245 renderContext,
75 createTests(tcu::TestContext& testContext, glu::RenderContext& renderContext, const glu::ContextInfo& contextInfo, const TestParams* cases, int numCases, glu::GLSLVersion version, TestShaderStage testStage) argument
H A DglsMemoryStressCase.cpp98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) argument
179 , m_renderCtx (renderContext)
184 const glu::ContextType ctxType = renderContext.getType();
260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
339 BufferRenderer::BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) argument
341 , m_renderCtx (renderContext)
346 const glu::ContextType ctxType = renderContext.getType();
438 MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed);
468 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectTyp argument
819 MemoryStressCase(tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc) argument
[all...]
H A DglsTextureBufferCase.cpp381 glu::ShaderProgram* createRenderProgram (glu::RenderContext& renderContext, argument
387 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType());
392 glu::ShaderProgram* const program = new glu::ShaderProgram(renderContext, glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource));
553 glu::RenderContext& renderContext,
566 modifyBufferSubData(log, rng, renderContext.getFunctions(), texture);
569 modifyMapWrite(log, rng, renderContext.getFunctions(), texture);
572 modifyMapReadWrite(log, resultCollector, rng, renderContext.getFunctions(), texture);
575 void renderGL (glu::RenderContext& renderContext, argument
582 const glw::Functions& gl = renderContext.getFunctions();
583 const glu::VertexArray vao (renderContext);
551 modify(TestLog& log, tcu::ResultCollector& resultCollector, glu::RenderContext& renderContext, ModifyBits modifyBits, de::Random& rng, glu::TextureBuffer& texture) argument
757 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) argument
780 verifyScreen(TestLog& log, tcu::ResultCollector& resultCollector, glu::RenderContext& renderContext, const tcu::ConstPixelBufferAccess& referenceTarget) argument
794 logImplementationInfo(TestLog& log, glu::RenderContext& renderContext) argument
851 runTests(tcu::TestContext& testCtx, glu::RenderContext& renderContext, de::Random& rng, deUint32 format, size_t bufferSize, size_t offset, size_t size, RenderBits preRender, glu::ShaderProgram* preRenderProgram, ModifyBits modifyType, RenderBits postRender, glu::ShaderProgram* postRenderProgram) argument
[all...]
H A DglsBuiltinPrecisionTests.cpp4372 , renderContext (renderContext_)
4381 RenderContext& renderContext; member in struct:deqp::gls::BuiltinPrecisionTests::Context
4497 RenderContext& getRenderContext(void) const { return m_ctx.renderContext; }
/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) argument
207 return glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));;
214 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) argument
216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
219 DE_ASSERT(!isRequiredFormat(format, renderContext));
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) argument
157 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
221 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) argument
223 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
226 DE_ASSERT(!isRequiredFormat(format, renderContext));
H A Des31fUniformLocationTests.cpp98 glu::RenderContext& renderContext,
147 glu::RenderContext& renderContext,
152 , m_renderCtx (renderContext)
649 glu::RenderContext& renderContext,
658 glu::RenderContext& renderContext,
662 : UniformLocationCase(context, renderContext, name, desc, uniformInfo)
146 UniformLocationCase(tcu::TestContext& context, glu::RenderContext& renderContext, const char* name, const char* desc, const vector<UniformInfo>& uniformInfo) argument
H A Des31fAdvancedBlendTests.cpp210 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& renderContext) argument
212 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
H A Des31fShaderFramebufferFetchTests.cpp73 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) argument
75 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
203 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) argument
205 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
208 DE_ASSERT(!isRequiredFormat(format, renderContext));
H A Des31fDrawBuffersIndexedTests.cpp542 glu::RenderContext& renderContext,
547 const glw::Functions& gl = renderContext.getFunctions();
563 glu::readPixels(renderContext, 0, 0, result.getAccess());
860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) argument
862 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) argument
883 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
981 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) argument
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
540 verifyRenderbuffers(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const glu::RenderbufferVector& renderbuffers, const glu::Framebuffer& framebuffer, const vector<TextureLevel>& refRenderbuffers) argument
986 renderGLQuad(glu::RenderContext& renderContext, const glu::ShaderProgram& program) argument
997 renderQuad(TestLog& log, glu::RenderContext& renderContext, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, const glu::Framebuffer& framebuffer, vector<TextureLevel>& refRenderbuffers) argument
1137 runTest(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers) argument
[all...]
H A Des31fShaderImageLoadStoreTests.cpp354 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext) argument
356 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
360 static inline string textureTypeExtensionShaderRequires (TextureType type, const RenderContext& renderContext) argument
362 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)) && (type == TEXTURETYPE_BUFFER))
370 static inline string imageAtomicExtensionShaderRequires (const RenderContext& renderContext) argument
372 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
/external/deqp/external/openglcts/modules/common/
H A DglcRobustnessTests.cpp265 glu::RenderContext& renderContext = context->getRenderContext(); local
266 PFNGLGETNUNIFORMFV pGetnUniformfv = (PFNGLGETNUNIFORMFV)renderContext.getProcAddress("glGetnUniformfv");
267 PFNGLGETNUNIFORMIV pGetnUniformiv = (PFNGLGETNUNIFORMIV)renderContext.getProcAddress("glGetnUniformiv");
268 PFNGLGETNUNIFORMUIV pGetnUniformuiv = (PFNGLGETNUNIFORMUIV)renderContext.getProcAddress("glGetnUniformuiv");
276 const Functions& gl = renderContext.getFunctions();
289 bool glslES320 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderViewportLayerArrayTests.cpp369 const glu::RenderContext& renderContext = m_context.getRenderContext(); local
383 ShaderViewportLayerArrayUtils::renderQuad(renderContext, *pipelineIter, m_currentViewport, renderColor);
484 const glu::RenderContext& renderContext = m_context.getRenderContext(); local
500 ShaderViewportLayerArrayUtils::renderQuad(renderContext, *pipelineIter, m_currentLayer, renderColor);
H A Dgl4cTextureFilterMinmaxTests.cpp545 const glu::RenderContext& renderContext = m_context.getRenderContext(); local
546 de::MovePtr<glu::Sampler> sampler = de::MovePtr<glu::Sampler>(new glu::Sampler(renderContext));
578 renderContext, iter->m_format, iter->m_type, TEXTURE_FILTER_MINMAX_SIZE, TEXTURE_FILTER_MINMAX_SIZE));
594 const glu::RenderContext& renderContext = m_context.getRenderContext(); local
595 de::MovePtr<glu::Sampler> sampler = de::MovePtr<glu::Sampler>(new glu::Sampler(renderContext));
622 renderContext, iter->m_format, iter->m_type, TEXTURE_FILTER_MINMAX_SIZE, TEXTURE_FILTER_MINMAX_SIZE));
662 const glu::RenderContext& renderContext = m_context.getRenderContext(); local
663 const glw::Functions& gl = renderContext.getFunctions();
695 textureType->generate(renderContext, tcu::IVec3(TEXTURE_FILTER_MINMAX_SIZE), dataTypeIter->m_format,
702 textureType->renderToFBO(renderContext, resultTextureI
787 const glu::RenderContext& renderContext = m_context.getRenderContext(); local
[all...]
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp221 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config); local
222 return renderContext;

Completed in 194 milliseconds