Lines Matching refs:getDeqpContext

50 	tcu::TestLog& log	= context->getDeqpContext().getTestContext().getLog();
178 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
185 context.getDeqpContext().getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ?
268 program = new glu::ShaderProgram(context.getDeqpContext().getRenderContext().getFunctions(), sources);
284 program = new glu::ShaderProgram(context.getDeqpContext().getRenderContext().getFunctions(), binaries);
304 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
341 program = new glu::ShaderProgram(context.getDeqpContext().getRenderContext().getFunctions(), sources);
348 program = new glu::ShaderProgram(context.getDeqpContext().getRenderContext().getFunctions(), binaries);
403 : m_gl(context.getDeqpContext().getRenderContext().getFunctions())
517 : m_gl(context.getDeqpContext().getRenderContext().getFunctions())
543 : m_gl(context.getDeqpContext().getRenderContext().getFunctions())
605 int subgroupSize = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SIZE_KHR);
748 return context.getDeqpContext().getContextInfo().isExtensionSupported("GL_KHR_shader_subgroup");
755 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
779 int supportedOperations = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_FEATURES_KHR);
786 int numFragmentSSBOs = context.getDeqpContext().getContextInfo().getInt(GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS);
793 int numVertexSSBOs = context.getDeqpContext().getContextInfo().getInt(GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS);
824 int numImages = context.getDeqpContext().getContextInfo().getInt(stageQuery);
831 glu::ContextType contextType = context.getDeqpContext().getRenderContext().getType();
833 context.getDeqpContext().getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_fp64"));
1089 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
1090 const glw::Functions& gl = context.getDeqpContext().getRenderContext().getFunctions();
1114 initializeMemory(context.getDeqpContext(), ptr, extraData[i]);
1274 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
1275 const glw::Functions& gl = context.getDeqpContext().getRenderContext().getFunctions();
1298 initializeMemory(context.getDeqpContext(), ptr, extraData[i]);
1376 initializeMemory(context.getDeqpContext(), ptr, extraData[ndx]);
1444 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
1445 const glw::Functions& gl = context.getDeqpContext().getRenderContext().getFunctions();
1546 initializeMemory(context.getDeqpContext(), ptr, extraDatas[datasNdx]);
1603 initializeMemory(context.getDeqpContext(), ptr, extraDatas[ndx - stagesCount]);
1724 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
1725 const glw::Functions& gl = context.getDeqpContext().getRenderContext().getFunctions();
1748 initializeMemory(context.getDeqpContext(), ptr, extraData[i]);
1830 initializeMemory(context.getDeqpContext(), ptr, extraData[ndx]);
1895 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();
1896 const glw::Functions& gl = context.getDeqpContext().getRenderContext().getFunctions();
1920 initializeMemory(context.getDeqpContext(), ptr, extraDatas[i]);
1976 initializeMemory(context.getDeqpContext(), ptr, extraDatas[i]);
2044 const glw::Functions& gl = context.getDeqpContext().getRenderContext().getFunctions();
2073 initializeMemory(context.getDeqpContext(), ptr, inputs[i]);
2079 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog();