Home
last modified time | relevance | path

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

12345678910>>...21

/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 …]
/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.cpp924 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size", … in init()
925 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init()
926 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init()
927 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_le… in init()
929 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
930 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
931 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
932 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
934 …tex2d->addChild(new Incomplete2DMissingLevelCase(m_testCtx, m_context.getRenderContext(), "missing… in init()
935 …tex2d->addChild(new Incomplete2DMissingLevelCase(m_testCtx, m_context.getRenderContext(), "missing… in init()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderDrawParametersTests.cpp112 const Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
155 glu::ContextType contextType = m_context.getRenderContext().getType(); in init()
164 const Functions& gl = m_context.getRenderContext().getFunctions(); in init()
204 const Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
236 const Functions& gl = m_context.getRenderContext().getFunctions(); in draw()
237 glu::ContextType contextType = m_context.getRenderContext().getType(); in draw()
302 const Functions& gl = m_context.getRenderContext().getFunctions(); in verify()
303 const tcu::RenderTarget& rt = m_context.getRenderContext().getRenderTarget(); in verify()
379 const Functions& gl = m_context.getRenderContext().getFunctions(); in drawCommand()
405 const Functions& gl = m_context.getRenderContext().getFunctions(); in drawCommand()
[all …]
Dgl3cTransformFeedbackOverflowQueryTests.cpp71 glu::ContextType contextType = m_context.getRenderContext().getType(); in featureSupported()
85 …glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 0, glu::PROFILE_CORE)… in supportsTransformFeedback2()
92 …glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 0, glu::PROFILE_CORE)… in supportsTransformFeedback3()
99 …glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 0, glu::PROFILE_CORE)… in supportsGpuShader5()
106 …glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 5, glu::PROFILE_CORE)… in supportsConditionalRenderInverted()
113 …glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 4, glu::PROFILE_CORE)… in supportsQueryBufferObject()
167 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyCurrentQueryState()
317 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
326 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
[all …]
Dgl4cClipControlTests.cpp66 clipControl = context.getRenderContext().getFunctions().clipControl; in ClipControlApi()
99 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyState()
186 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in init()
189 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
207 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
281 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
341 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
412 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
434 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
441 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
[all …]
Dgl4cDirectStateAccessProgramPipelinesTests.cpp74 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
77 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
198 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
266 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in prepare()
288 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testProgramPipelineParameter()
330 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testProgramPipelineInfoLog()
378 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
407 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
410 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
503 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
[all …]
Dgl4cDirectStateAccessSamplersTests.cpp74 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
77 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
171 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
241 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in prepare()
257 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testSamplerIntegerParameter()
298 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testSamplerFloatParameter()
328 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testSamplerFloatVectorParameter()
357 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
385 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
388 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
[all …]
Dgl4cConditionalRenderInvertedTests.cpp70 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
143 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createQueryObject()
161 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in test()
238 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
363 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createProgram()
473 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createView()
511 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createQueryObject()
523 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupColor()
539 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupPassSwitch()
[all …]
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp83 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
86 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
212 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
215 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
290 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in Test()
344 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in Clean()
387 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
390 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
475 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in Test()
554 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in SubTestAttachmentError()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp110 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
155 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initInternals()
190 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
316 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
341 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initInternals()
376 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
415 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
436 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initInternals()
463 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
511 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
[all …]
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp73 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitInternalIteration()
95 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initInternalIteration()
122 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
217 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
234 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initInternals()
248 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
429 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitInternalIteration()
451 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initInternalIteration()
478 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
553 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitTexture()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp122 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateComputeShader()
194 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_uniform_block_limit()
212 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_shader_storage_block_limit()
236 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_texture_image_units_limit()
272 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_image_uniforms_limit()
295 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_shared_memory_size_limit()
318 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_uniform_components_limit()
350 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_atomic_counter_buffer_limit()
375 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_atomic_counters_limit()
385 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in program_not_active()
[all …]
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.cpp67 …const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext(… in specializeShader()
72 if (glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in specializeShader()
105 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
143 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
150 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
167 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
183 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
219 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
265 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
272 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
[all …]
Des31fBasicComputeShaderTests.cpp93 …const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getTyp… in iterate()
100 const ShaderProgram program(m_context.getRenderContext(), in iterate()
103 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
132 …const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getTyp… in iterate()
153 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
154 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
155 const Buffer inputBuffer (m_context.getRenderContext()); in iterate()
156 const Buffer outputBuffer (m_context.getRenderContext()); in iterate()
254 …const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getTyp… in iterate()
275 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 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 …]
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 …]
Des31fNegativeTessellationTests.cpp111 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in single_tessellation_stage()
120 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
139 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
163 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
180 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
209 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_primitive_mode()
214 glu::ShaderProgram program(ctx.getRenderContext(), in invalid_primitive_mode()
237 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in tessellation_not_active()
243 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_not_active()
266 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_program_state()
[all …]
Des31fMultisampleShaderRenderCase.cpp99 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
101 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::Ap… in init()
213 …m_textureSamplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources… in init()
296 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in init()
308 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
314 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resolveBuffer); in deinit()
323 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo); in deinit()
329 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_fboTexture); in deinit()
338 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_fboRbo); in deinit()
344 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_resolveFbo); in deinit()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageTextureSize.cpp82 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
106 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
151 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
229 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createCubeMapArrayTexture()
319 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in configureTextures()
340 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deleteTextures()
367 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in configureUniforms()
405 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in configureTestSpecificObjects()
427 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deleteTestSpecificObjects()
452 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in configureTextures()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp143 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
145 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in iterate()
166 m_context.getRenderContext(), in iterate()
187 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding, in iterate()
193 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding, in iterate()
202 glu::ShaderProgram program(m_context.getRenderContext(), in iterate()
219 setupDefaultUniforms(m_context.getRenderContext(), program.getProgram()); in iterate()
224 glu::draw(m_context.getRenderContext(), program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), in iterate()
231 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, renderedFrame.getAccess()); in iterate()
296 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
[all …]

12345678910>>...21