Searched defs:renderContext (Results 1 - 11 of 11) 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.cpp4307 , renderContext (renderContext_)
4316 RenderContext& renderContext; member in struct:deqp::gls::BuiltinPrecisionTests::Context
4432 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 isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
220 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) argument
222 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
225 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 isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
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 isES32 = 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 isES32 = 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/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp214 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config); local
215 return renderContext;

Completed in 220 milliseconds