Home
last modified time | relevance | path

Searched refs:postRender (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureBufferCase.hpp74 TextureBufferCaseUtil::RenderBits postRender,
DglsTextureBufferCase.cpp861 RenderBits postRender, in runTests() argument
900 DE_ASSERT(postRender == 0 || postRenderProgram); in runTests()
917 if (postRender != 0) in runTests()
918 …render(log, renderContext, postRender, rng, *postRenderProgram, texture, referenceTarget.getAccess… in runTests()
937 RenderBits postRender, in TextureBufferCase() argument
949 , m_postRender (postRender) in TextureBufferCase()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1817 virtual void postRender (sglr::Context& ctx, GLuint programID);
2124 postRender(ctx, programId); in renderWithContext()
2157 void GeometryShaderRenderTest::postRender (sglr::Context& ctx, GLuint programID) in postRender() function in deqp::gles31::Functional::__anon756c2e640111::GeometryShaderRenderTest