/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sMemoryTests.cpp | 64 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use")); in init() 65 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use")); in init() 66 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used")); in init() 67 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used")); in init() 69 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use")); in init() 70 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use")); in init() 71 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used")); in init() 72 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used")); in init() 74 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use")); in init() 75 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFE in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sMemoryTests.cpp | 62 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use")); in init() 63 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use")); in init() 64 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used")); in init() 65 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used")); in init() 67 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use")); in init() 68 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use")); in init() 69 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used")); in init() 70 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used")); in init() 72 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use")); in init() 73 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFE in init() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/ |
H A D | esextcDisjointTimerQueryBase.cpp | 51 glGenQueriesEXT = (glGenQueriesEXTFunc)context.getRenderContext().getProcAddress("glGenQueriesEXT"); in DisjointTimerQueryBase() 52 glDeleteQueriesEXT = (glDeleteQueriesEXTFunc)context.getRenderContext().getProcAddress("glDeleteQueriesEXT"); in DisjointTimerQueryBase() 53 glIsQueryEXT = (glIsQueryEXTFunc)context.getRenderContext().getProcAddress("glIsQueryEXT"); in DisjointTimerQueryBase() 54 glBeginQueryEXT = (glBeginQueryEXTFunc)context.getRenderContext().getProcAddress("glBeginQueryEXT"); in DisjointTimerQueryBase() 55 glEndQueryEXT = (glEndQueryEXTFunc)context.getRenderContext().getProcAddress("glEndQueryEXT"); in DisjointTimerQueryBase() 56 glQueryCounterEXT = (glQueryCounterEXTFunc)context.getRenderContext().getProcAddress("glQueryCounterEXT"); in DisjointTimerQueryBase() 57 glGetQueryivEXT = (glGetQueryivEXTFunc)context.getRenderContext().getProcAddress("glGetQueryivEXT"); in DisjointTimerQueryBase() 58 glGetQueryObjectivEXT = (glGetQueryObjectivEXTFunc)context.getRenderContext().getProcAddress("glGetQueryObjectivEXT"); in DisjointTimerQueryBase() 59 glGetQueryObjectuivEXT = (glGetQueryObjectuivEXTFunc)context.getRenderContext().getProcAddress("glGetQueryObjectuivEXT"); in DisjointTimerQueryBase() 60 glGetQueryObjecti64vEXT = (glGetQueryObjecti64vEXTFunc)context.getRenderContext() in DisjointTimerQueryBase() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fAttribLocationTests.cpp | 99 bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 112 bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 127 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 131 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1)); in createAttributeLocationTests() 134 aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 137 aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 152 holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 162 bindTimeGroup->addChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests() 163 bindTimeGroup->addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests() 164 bindTimeGroup->addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests() [all...] |
H A D | es3fFragDepthTests.cpp | 126 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_vertexShaderSrc, s_defaultFragmentShaderSrc)); 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, m_fragSrc.c_str())); 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), &vertexArrays[0], in iterate() 233 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, renderedFrame.getAccess()); in iterate() 297 const glw::Functions& gl = m_context.getRenderContext() in iterate() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fAttribLocationTests.cpp | 72 bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 85 bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 100 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 104 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1)); in createAttributeLocationTests() 107 aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 110 aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 125 holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests() 135 bindTimeGroup->addChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests() 136 bindTimeGroup->addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests() 137 bindTimeGroup->addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests() [all...] |
H A D | es2fClipControlTests.cpp | 66 clipControl = context.getRenderContext().getFunctions().clipControl; in ClipControlApi() 95 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyState() 174 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in init() 177 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init() 196 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit() 275 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 335 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 406 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 428 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 435 new glu::ShaderProgram(m_context.getRenderContext(), gl [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeComputeTests.cpp | 122 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); 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() in program_not_active() [all...] |
H A D | es31fBasicComputeShaderTests.cpp | 93 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); 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().getType()); in iterate() 153 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() 154 const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str())); 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().getType()); in iterate() 275 const glw::Functions& gl = m_context.getRenderContext() in iterate() [all...] |
H A D | es31fTessellationGeometryInteractionTests.cpp | 119 return specializeShader(source, m_context.getRenderContext().getType()); in getVertexSource() 132 return specializeShader(source, m_context.getRenderContext().getType()); in getFragmentSource() 181 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init() 182 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init() 213 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init() 226 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_patchBuffer); in deinit() 235 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() 277 const glu::ShaderProgram program (m_context.getRenderContext(), sources); in iterate() 278 const glu::VertexArray vao (m_context.getRenderContext()); in iterate() 315 glu::readPixels(m_context.getRenderContext(), in iterate() [all...] |
H A D | es31fNegativeShaderFramebufferFetchTests.cpp | 121 if (!glu::isContextTypeES(ctx.getRenderContext().getType())) in last_frag_data_not_defined() 126 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in last_frag_data_not_defined() 139 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in last_frag_data_not_defined() 166 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in last_frag_data_readonly() 192 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_inout_version() 204 if (!glu::isContextTypeES(ctx.getRenderContext().getType())) in invalid_redeclaration_inout() 209 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_redeclaration_inout() 224 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_redeclaration_inout() 236 if (!glu::isContextTypeES(ctx.getRenderContext().getType())) in invalid_vertex_inout() 241 const bool isES32 = glu::contextSupports(ctx.getRenderContext() in invalid_vertex_inout() [all...] |
H A D | es31fVertexAttributeBindingStateQueryTests.cpp | 89 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() in test() [all...] |
H A D | es31fProgramPipelineStateQueryTests.cpp | 100 const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)); in iterate() 101 const glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource)); 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::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)); in iterate() 240 glu::ShaderProgram frgProgram (m_context.getRenderContext(), gl in iterate() [all...] |
H A D | es31fProgramStateQueryTests.cpp | 67 auto ctxType = ctx.getRenderContext().getType(); in checkSupport() 74 auto ctxType = context.getRenderContext().getType(); in specializeShader() 147 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 154 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 171 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 187 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 269 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 276 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 295 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 314 glu::ShaderProgram program (m_context.getRenderContext(), gl in iterate() [all...] |
H A D | es31fMultisampleShaderRenderCase.cpp | 100 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 102 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); 210 m_textureSamplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() 293 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource(m_numTargetSamples)) << glu::FragmentSource(genFragmentSource(m_numTargetSamples))); 305 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); 311 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resolveBuffer); 320 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo); 326 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_fboTexture); 335 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_fboRbo); 341 m_context.getRenderContext() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 110 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() in deinit() [all...] |
H A D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 73 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() in deinitTexture() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderDrawParametersTests.cpp | 112 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() in drawCommand() [all...] |
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 71 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() in deinit() [all...] |
H A D | gl4cConditionalRenderInvertedTests.cpp | 70 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); 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::ApiType::core(4, 5))); 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() in setupPassSwitch() [all...] |
H A D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 74 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() 77 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 198 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); 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::ApiType::core(4, 5))); in iterate() 503 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext() in iterate() [all...] |
H A D | gl4cClipControlTests.cpp | 66 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(), gl in iterate() [all...] |
H A D | gl3cTransformFeedbackTests.cpp | 134 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() 137 bool is_at_least_gl_30 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 0))); in iterate() 138 bool is_at_least_gl_33 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 3))); in iterate() 139 bool is_at_least_gl_40 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 0))); in iterate() 140 bool is_at_least_gl_42 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 2))); in iterate() 151 (BindBufferOffsetEXT_ProcAddress)m_context.getRenderContext().getProcAddress("glBindBufferOffsetEXT"); in iterate() 153 (GetIntegerIndexedvEXT_ProcAddress)m_context.getRenderContext().getProcAddress("glGetIntegerIndexedvEXT"); in iterate() 155 (GetBooleanIndexedvEXT_ProcAddress)m_context.getRenderContext().getProcAddress("glGetBooleanIndexedvEXT"); in iterate() 383 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in testExtension1() 973 const glw::Functions& gl = m_context.getRenderContext() in testExtension2() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageTextureSize.cpp | 82 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() in configureTextures() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLinking.cpp | 87 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit() 117 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initShaderObjects() 188 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() 271 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit() 289 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitSOs() 379 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initShaderObjects() 459 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() 555 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit() 571 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitSOs() 739 const glw::Functions& gl = m_context.getRenderContext() in initShaderObjects() [all...] |