Home
last modified time | relevance | path

Searched refs:getRenderContext (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
73 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
71 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
74 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
75 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fAttribLocationTests.cpp99 …->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
112 …dChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
127 …ld(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
131 …new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1)); in createAttributeLocationTests()
134 …new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
137 …ls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
152 …dChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
162 …ddChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
163 …>addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
164 …addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
[all …]
Des3fFragDepthTests.cpp126 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
128 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in iterate()
148 …glu::ShaderProgram basicQuadProgram(m_context.getRenderContext(), glu::makeVtxFragSources(s_vertex… in iterate()
177 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding, in iterate()
183 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding, in iterate()
192 …glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(s_vertexShaderSrc… in iterate()
218 gls::setupDefaultUniforms(m_context.getRenderContext(), program.getProgram()); in iterate()
226 …glu::draw(m_context.getRenderContext(), program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &v… in iterate()
233 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, renderedFrame.getAccess()); in iterate()
297 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
[all …]
Des3fShaderBuiltinVarTests.cpp131 …ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderContext(), m_shaderTy… in iterate()
132 const int reference = m_getValue(m_context.getRenderContext().getFunctions()); in iterate()
207 …: ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo()… in ShaderDepthRangeTest()
296 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
305 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate()
343 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posBinding, in iterate()
346 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess()); in iterate()
393 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
403 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate()
438 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posBinding, in iterate()
[all …]
Des3fPolygonOffsetTests.cpp298 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
370 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testPolygonOffset()
371 …const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderS… in testPolygonOffset()
416 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess()); in testPolygonOffset()
451 …verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.g… in testPolygonOffset()
498 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testPolygonOffset()
499 …const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shader… in testPolygonOffset()
568 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess()); in testPolygonOffset()
576 …verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.g… in testPolygonOffset()
617 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testPolygonOffset()
[all …]
Des3fShaderPrecisionTests.cpp261 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
267 …m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(… in init()
285 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
297 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
300 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
365 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
400 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()
445 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in iterate()
514 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
520 …m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_preci… in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fAttribLocationTests.cpp72 …->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
85 …dChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
100 …ld(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
104 …new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1)); in createAttributeLocationTests()
107 …new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
110 …ls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
125 …dChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
135 …ddChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
136 …>addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
137 …addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
[all …]
Des2fTextureCompletenessTests.cpp939 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size", … in init()
940 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init()
941 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init()
942 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_le… in init()
944 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
945 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
946 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
947 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
949 …tex2d->addChild(new Incomplete2DMissingLevelCase(m_testCtx, m_context.getRenderContext(), "missing… in init()
950 …tex2d->addChild(new Incomplete2DMissingLevelCase(m_testCtx, m_context.getRenderContext(), "missing… in init()
[all …]
Des2fShaderBuiltinVarTests.cpp75 …: ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo()… in ShaderBuiltinConstantCase()
196 …: ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo()… in ShaderDepthRangeTest()
279 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
288 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate()
323 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posBinding, in iterate()
326 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess()); in iterate()
373 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
383 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate()
415 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posBinding, in iterate()
418 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess()); in iterate()
[all …]
Des2fPolygonOffsetTests.cpp295 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
367 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testPolygonOffset()
368 …const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderS… in testPolygonOffset()
413 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess()); in testPolygonOffset()
448 …verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.g… in testPolygonOffset()
495 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testPolygonOffset()
496 …const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shader… in testPolygonOffset()
565 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess()); in testPolygonOffset()
573 …verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.g… in testPolygonOffset()
614 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testPolygonOffset()
[all …]
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
90 glu::VertexArray vao (m_context.getRenderContext()); in test()
110 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
164 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
165 glu::VertexArray vao (m_context.getRenderContext()); in test()
185 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
266 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
267 glu::VertexArray vao (m_context.getRenderContext()); in test()
290 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
343 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
[all …]
Des31fProgramStateQueryTests.cpp83 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in iterate()
125 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
132 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
149 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
165 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
201 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in iterate()
251 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
258 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
277 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
296 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
[all …]
Des31fProgramPipelineStateQueryTests.cpp100 …const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::P… in iterate()
101 …const glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::P… in iterate()
102 const glu::ProgramPipeline pipeline (m_context.getRenderContext()); in iterate()
103 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
166 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
185 glu::ShaderProgram program(m_context.getRenderContext(), sources); in iterate()
197 glu::ProgramPipeline pipeline (m_context.getRenderContext()); in iterate()
207 glu::ProgramPipeline pipeline (m_context.getRenderContext()); in iterate()
239 …glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::Progra… in iterate()
240 …glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::Progra… in iterate()
[all …]
Des31fTessellationGeometryInteractionTests.cpp113 return specializeShader(source, m_context.getRenderContext().getType()); in getVertexSource()
126 return specializeShader(source, m_context.getRenderContext().getType()); in getFragmentSource()
175 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in init()
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
219 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_patchBuffer); in deinit()
228 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
270 const glu::ShaderProgram program (m_context.getRenderContext(), sources); in iterate()
271 const glu::VertexArray vao (m_context.getRenderContext()); in iterate()
308 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess); in iterate()
367 return specializeShader(buf.str(), m_context.getRenderContext().getType()); in getTessellationControlSource()
[all …]
Des31fMultisampleShaderRenderCase.cpp99 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
101 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in init()
212 …m_textureSamplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources… in init()
295 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in init()
307 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
313 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resolveBuffer); in deinit()
322 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo); in deinit()
328 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_fboTexture); in deinit()
337 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_fboRbo); in deinit()
343 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_resolveFbo); in deinit()
[all …]
Des31fBasicComputeShaderTests.cpp93 const ShaderProgram program(m_context.getRenderContext(), in iterate()
100 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
148 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
149 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
150 const Buffer inputBuffer (m_context.getRenderContext()); in iterate()
151 const Buffer outputBuffer (m_context.getRenderContext()); in iterate()
268 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
269 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
270 const Buffer inputBuffer (m_context.getRenderContext()); in iterate()
271 const Buffer outputBuffer (m_context.getRenderContext()); in iterate()
[all …]
Des31fShaderMultisampleInterpolationTests.cpp126 …ader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), … in init()
290 return specializeShader(buf.str(), m_context.getRenderContext().getType());; in genVertexSource()
343 return specializeShader(buf.str(), m_context.getRenderContext().getType()); in genFragmentSource()
435 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in preDraw()
498 return specializeShader(buf.str(), m_context.getRenderContext().getType()); in genVertexSource()
607 return specializeShader(buf.str(), m_context.getRenderContext().getType()); in genFragmentSource()
667 …ader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), … in init()
698 return specializeShader(buf.str(), m_context.getRenderContext().getType()); in genVertexSource()
746 return specializeShader(buf.str(), m_context.getRenderContext().getType()); in genFragmentSource()
778 …ader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), … in init()
[all …]
Des31fVertexAttributeBindingTests.cpp174 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao); in init()
175 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR) in init()
186 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
311 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf); in deinit()
320 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in renderTo()
372 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess()); in renderTo()
446 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
488 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in createShader()
601 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_primitiveBuf); in deinit()
607 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_colorOffsetBuf); in deinit()
[all …]
Des31fNegativePreciseTests.cpp65 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateShaderSource()
145 glu::Shader shader (ctx.getRenderContext(), shaderType); in generateAndVerifyShader()
162 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_variable_name()
177 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_function_name()
192 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_function_argument()
Des31fLayoutBindingTests.cpp291 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
433 m_context.getRenderContext().getFunctions().disableVertexAttribArray(m_shaderProgramPosLoc); in deinit()
437 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vertexBuffer); in deinit()
438 m_context.getRenderContext().getFunctions().bindBuffer(GL_ARRAY_BUFFER, 0); in deinit()
443 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_indexBuffer); in deinit()
444 m_context.getRenderContext().getFunctions().bindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); in deinit()
521 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initRenderState()
531 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawAndVerifyResult()
536 …const tcu::RGBA surfaceThreshold = m_context.getRenderContext().getRenderTarget().getPixelFormat… in drawAndVerifyResult()
551 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in drawAndVerifyResult()
[all …]
Des31fIndexedStateQueryTests.cpp70 …if (!contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !context.get… in isExtensionSupported()
99 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
113 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
184 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
225 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
243 glu::Buffer bufferA (m_context.getRenderContext()); in iterate()
244 glu::Buffer bufferB (m_context.getRenderContext()); in iterate()
309 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
328 glu::Buffer bufferA (m_context.getRenderContext()); in iterate()
329 glu::Buffer bufferB (m_context.getRenderContext()); in iterate()
[all …]
Des31fGeometryShaderTests.cpp1874 …if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_co… in init()
1886 …m_glContext = new sglr::GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTE… in init()
2189 …m_program = new VertexExpanderShader(m_context.getRenderContext().getType(), sglr::rr_util::mapGLG… in init()
2242 …m_program = new VertexEmitterShader(m_context.getRenderContext().getType(), m_emitCountA, m_endCou… in init()
2300 …m_program = new VertexVaryingShader(m_context.getRenderContext().getType(), m_vertexOut, m_geometr… in init()
2393 …if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_co… in init()
2396 …m_ctx = new sglr::GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG… in init()
2397 …m_program = new VertexExpanderShader(m_context.getRenderContext().getType() , sglr::rr_util::mapGL… in init()
2495 …if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_co… in init()
2498 …m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVerti… in init()
[all …]
Des31fSampleShadingTests.cpp72 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init()
78 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
123 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init()
129 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
190 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init()
196 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
278 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init()
302 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setShadingValue()
340 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in postDraw()
408 …const glu::GLSLVersion version = contextSupports(m_context.getRenderContext().getType(), glu::ApiT… in genFragmentSource()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp168 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao); in init()
169 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR) in init()
180 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
305 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf); in deinit()
314 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in renderTo()
366 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess()); in renderTo()
440 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
482 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in createShader()
545 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
553 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in init()
[all …]

12345678910>>...12