Home
last modified time | relevance | path

Searched refs:renderContext (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp381 glu::ShaderProgram* createRenderProgram (glu::RenderContext& renderContext, in createRenderProgram() argument
387 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType()); in createRenderProgram()
392 …glu::ShaderProgram* const program = new glu::ShaderProgram(renderContext, glu::makeVtxFragSour… in createRenderProgram()
553 glu::RenderContext& renderContext, in modify() argument
566 modifyBufferSubData(log, rng, renderContext.getFunctions(), texture); in modify()
569 modifyMapWrite(log, rng, renderContext.getFunctions(), texture); in modify()
572 modifyMapReadWrite(log, resultCollector, rng, renderContext.getFunctions(), texture); in modify()
575 void renderGL (glu::RenderContext& renderContext, in renderGL() argument
582 const glw::Functions& gl = renderContext.getFunctions(); in renderGL()
583 const glu::VertexArray vao (renderContext); in renderGL()
[all …]
DglsMemoryStressCase.cpp98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) in TextureRenderer() argument
179 , m_renderCtx (renderContext) in TextureRenderer()
184 const glu::ContextType ctxType = renderContext.getType(); in TextureRenderer()
260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
339 BufferRenderer::BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) in BufferRenderer() argument
341 , m_renderCtx (renderContext) in BufferRenderer()
346 const glu::ContextType ctxType = renderContext.getType(); in BufferRenderer()
438 …MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectType…
468 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemOb… in MemObjectAllocator() argument
[all …]
DglsShaderConstExprTests.cpp76 glu::RenderContext& renderContext, in createTests() argument
170 renderContext, in createTests()
191 renderContext, in createTests()
224 renderContext, in createTests()
245 renderContext, in createTests()
DglsTextureStateQueryTests.cpp812 …DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const ch…
890 …TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const c…
968 …TextureSwizzleCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char…
1044 …TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* n…
1115 …TextureFilterCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char*…
1199 …TextureLODCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* na…
1287 …TextureLevelCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* …
1389 …TextureCompareModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const …
1460 …TextureCompareFuncCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const …
1531 …TextureImmutableLevelsCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, co…
[all …]
DglsShaderConstExprTests.hpp71 glu::RenderContext& renderContext,
DglsMemoryStressCase.hpp61 …MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTy…
DglsBuiltinPrecisionTests.cpp4372 , renderContext (renderContext_) in Context()
4381 RenderContext& renderContext; member
4497 RenderContext& getRenderContext(void) const { return m_ctx.renderContext; } in getRenderContext()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1127 void renderTexture (glu::RenderContext& renderContext, in renderTexture() argument
1137 const tcu::RenderTarget& renderTarget = renderContext.getRenderTarget(); in renderTexture()
1139 const glw::Functions& gl = renderContext.getFunctions(); in renderTexture()
1191 …sampleTexture(tcu::SurfaceAccess(cellContents[cellsUsed].reference, renderContext.getRenderTarget(… in renderTexture()
1201 glu::readPixels(renderContext, boundingBox.x(), boundingBox.y(), renderedFrame.getAccess()); in renderTexture()
1223 glu::RenderContext& renderContext, in renderTexture2DView() argument
1233 const glw::Functions& gl = renderContext.getFunctions(); in renderTexture2DView()
1255 …renderTexture<tcu::Texture2DView>(renderContext, renderer, renderParams, results, rng, refTexture,… in renderTexture2DView()
1277 glu::RenderContext& renderContext, in decompressTexture() argument
1284 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in decompressTexture()
[all …]
Des31fFboTestCase.cpp155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) in isRequiredFormat() argument
157 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat()
221 …std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) in getEnablingExtensions() argument
223 …const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)… in getEnablingExtensions()
226 DE_ASSERT(!isRequiredFormat(format, renderContext)); in getEnablingExtensions()
Des31fDrawBuffersIndexedTests.cpp542 glu::RenderContext& renderContext, in verifyRenderbuffers() argument
547 const glw::Functions& gl = renderContext.getFunctions(); in verifyRenderbuffers()
563 glu::readPixels(renderContext, 0, 0, result.getAccess()); in verifyRenderbuffers()
860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) in genVertexSource() argument
862 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genVertexSource()
880 …postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) in genFragmentSource() argument
883 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genFragmentSource()
981 …postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) in genShaderSources() argument
983 …es() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendSt… in genShaderSources()
986 void renderGLQuad (glu::RenderContext& renderContext, in renderGLQuad() argument
[all …]
Des31fOpaqueTypeIndexingTests.cpp345 …t numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const;
395 …nt numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const in getShaderSpec()
403 const bool supportsES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getShaderSpec()
715 … int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const;
780 …, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const in getShaderSpec()
789 const bool supportsES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getShaderSpec()
947 …spec, int numCounters, int numOps, const int* opIndices, const RenderContext& renderContext) const;
1015 … spec, int numCounters, int numOps, const int* opIndices, const RenderContext& renderContext) const in getShaderSpec()
1019 const bool supportsES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getShaderSpec()
Des31fUniformLocationTests.cpp98 glu::RenderContext& renderContext,
147 glu::RenderContext& renderContext, in UniformLocationCase() argument
152 , m_renderCtx (renderContext) in UniformLocationCase()
649 glu::RenderContext& renderContext,
658 glu::RenderContext& renderContext, in MaxUniformLocationCase() argument
662 : UniformLocationCase(context, renderContext, name, desc, uniformInfo) in MaxUniformLocationCase()
Des31fShaderFramebufferFetchTests.cpp73 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) in isRequiredFormat() argument
75 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat()
203 …std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) in getEnablingExtensions() argument
205 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions()
208 DE_ASSERT(!isRequiredFormat(format, renderContext)); in getEnablingExtensions()
Des31fAdvancedBlendTests.cpp210 …mSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& renderContext) in getBlendProgramSrc() argument
212 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getBlendProgramSrc()
Des31fShaderImageLoadStoreTests.cpp354 …ensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext) in checkTextureTypeExtensions() argument
356 …Info.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu… in checkTextureTypeExtensions()
360 …ne string textureTypeExtensionShaderRequires (TextureType type, const RenderContext& renderContext) in textureTypeExtensionShaderRequires() argument
362 …if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)) && (type == TEXTURETYPE… in textureTypeExtensionShaderRequires()
370 static inline string imageAtomicExtensionShaderRequires (const RenderContext& renderContext) in imageAtomicExtensionShaderRequires() argument
372 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2))) in imageAtomicExtensionShaderRequires()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp545 const glu::RenderContext& renderContext = m_context.getRenderContext(); in testReductionModeQueriesDefaultValues() local
546 de::MovePtr<glu::Sampler> sampler = de::MovePtr<glu::Sampler>(new glu::Sampler(renderContext)); in testReductionModeQueriesDefaultValues()
578renderContext, iter->m_format, iter->m_type, TEXTURE_FILTER_MINMAX_SIZE, TEXTURE_FILTER_MINMAX_SIZ… in testReductionModeQueriesDefaultValues()
594 const glu::RenderContext& renderContext = m_context.getRenderContext(); in testReductionModeQueries() local
595 de::MovePtr<glu::Sampler> sampler = de::MovePtr<glu::Sampler>(new glu::Sampler(renderContext)); in testReductionModeQueries()
622renderContext, iter->m_format, iter->m_type, TEXTURE_FILTER_MINMAX_SIZE, TEXTURE_FILTER_MINMAX_SIZ… in testReductionModeQueries()
662 const glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
663 const glw::Functions& gl = renderContext.getFunctions(); in iterate()
695 …textureType->generate(renderContext, tcu::IVec3(TEXTURE_FILTER_MINMAX_SIZE), dataTypeIter->m_forma… in iterate()
702 …textureType->renderToFBO(renderContext, resultTextureId, scaledTextureSize, paramIter->m_reduction… in iterate()
[all …]
Dgl4cShaderViewportLayerArrayTests.cpp369 const glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
383 …ShaderViewportLayerArrayUtils::renderQuad(renderContext, *pipelineIter, m_currentViewport, renderC… in iterate()
484 const glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
500 …ShaderViewportLayerArrayUtils::renderQuad(renderContext, *pipelineIter, m_currentLayer, renderColo… in iterate()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) in isRequiredFormat() argument
207 return glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));; in isRequiredFormat()
214 …std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) in getEnablingExtensions() argument
216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions()
219 DE_ASSERT(!isRequiredFormat(format, renderContext)); in getEnablingExtensions()
/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp265 glu::RenderContext& renderContext = context->getRenderContext(); in iterate() local
266 …PFNGLGETNUNIFORMFV pGetnUniformfv = (PFNGLGETNUNIFORMFV)renderContext.getProcAddress("glGetnUnif… in iterate()
267 …PFNGLGETNUNIFORMIV pGetnUniformiv = (PFNGLGETNUNIFORMIV)renderContext.getProcAddress("glGetnUnif… in iterate()
268 …PFNGLGETNUNIFORMUIV pGetnUniformuiv = (PFNGLGETNUNIFORMUIV)renderContext.getProcAddress("glGetnUni… in iterate()
276 const Functions& gl = renderContext.getFunctions(); in iterate()
289 bool glslES320 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in iterate()
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp100 CXFA_RenderContext renderContext(xfaView, rectClip, *pUser2Device); local
101 renderContext.DoRender(&gs);
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp221 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config); in createContext() local
222 return renderContext; in createContext()