Home
last modified time | relevance | path

Searched refs:renderCtx (Results 1 - 25 of 142) sorted by relevance

123456

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log) in RenderData() argument
114 : m_program (renderCtx, object.shader) in RenderData()
115 , m_vao (renderCtx.getFunctions()) in RenderData()
116 , m_vbo (renderCtx.getFunctions()) in RenderData()
119 const glw::Functions& gl = renderCtx.getFunctions(); in RenderData()
509 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) in BaseCase() argument
537 , m_renderCtx (renderCtx) in BaseCase()
725 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, cons
736 RenderCountCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) RenderCountCase() argument
906 RelativeChangeCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) RelativeChangeCase() argument
1132 BaseCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) BaseCostCase() argument
1158 GradientCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, float gradientDistance) GradientCostCase() argument
1194 OccluderStaticFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccluderStaticFragDepthCostCase() argument
1223 OccluderDynamicFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccluderDynamicFragDepthCostCase() argument
1252 OccludedStaticFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccludedStaticFragDepthCostCase() argument
1281 OccludedDynamicFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccludedDynamicFragDepthCostCase() argument
1310 OccludingGeometryComplexityCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, int resolution, float xyNoise, float zNoise) OccludingGeometryComplexityCostCase() argument
1370 FragmentWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentWorkloadCullCase() argument
1410 FragmentTextureWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentTextureWorkloadCullCase() argument
1438 FragmentArithmeticWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentArithmeticWorkloadCullCase() argument
1455 FragmentDiscardArithmeticWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentDiscardArithmeticWorkloadCullCase() argument
1487 PartialOccluderDiscardCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, int gridsize) PartialOccluderDiscardCullCase() argument
1519 PartialOccluderCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, float coverage) PartialOccluderCullCase() argument
1551 StaticOccluderFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) StaticOccluderFragDepthCullCase() argument
1581 DynamicOccluderFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) DynamicOccluderFragDepthCullCase() argument
1611 StaticOccludedFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) StaticOccludedFragDepthCullCase() argument
1641 DynamicOccludedFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) DynamicOccludedFragDepthCullCase() argument
1671 ReversedDepthOrderCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) ReversedDepthOrderCullCase() argument
1780 const RenderContext& renderCtx = m_context.getRenderContext(); init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp123 static void drawTestPattern (const glu::RenderContext& renderCtx, int width, int height) in drawTestPattern() argument
125 const glu::ShaderProgram program(renderCtx, glu::ProgramSources() in drawTestPattern()
137 const glw::Functions& gl = renderCtx.getFunctions(); in drawTestPattern()
158 glu::draw(renderCtx, program.getProgram(), 1, &posBinding, glu::pr::Triangles((int)indices.size(), &indices[0])); in drawTestPattern()
199 static void blitStencilToColor2D (const glu::RenderContext& renderCtx, deUint32 srcTex, int width, int height) in blitStencilToColor2D() argument
201 const glu::ShaderProgram program(renderCtx, glu::ProgramSources() in blitStencilToColor2D()
243 const glw::Functions& gl = renderCtx.getFunctions(); in blitStencilToColor2D()
260 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], in blitStencilToColor2D()
264 static void blitStencilToColor2DArray (const glu::RenderContext& renderCtx, deUint32 srcTex, int width, int height, int level) in blitStencilToColor2DArray() argument
266 const glu::ShaderProgram program(renderCtx, gl in blitStencilToColor2DArray()
329 blitStencilToColorCube(const glu::RenderContext& renderCtx, deUint32 srcTex, const float* texCoord, int width, int height) blitStencilToColorCube() argument
528 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
583 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
669 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
758 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
815 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
889 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
948 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
[all...]
H A Des31fFboNoAttachmentTests.cpp67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size) in checkFramebufferSize() argument
69 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferSize()
87 const glu::ShaderProgram program (renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSource)); in checkFramebufferSize()
174 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size) in checkFramebufferRenderable() argument
176 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferRenderable()
192 const glu::ShaderProgram program (renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSource)); in checkFramebufferRenderable()
269 const glu::RenderContext& renderCtx,
281 const glu::RenderContext& renderCtx, in FramebufferCompletenessCase()
285 , m_renderCtx (renderCtx) in FramebufferCompletenessCase()
327 const glu::RenderContext& renderCtx,
280 FramebufferCompletenessCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc) FramebufferCompletenessCase() argument
349 SizeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, const FboSpec& spec) SizeCase() argument
478 AttachmentInteractionCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, const FboSpec& defaultSpec, const FboSpec& attachmentSpec) AttachmentInteractionCase() argument
528 const glu::RenderContext& renderCtx = context.getRenderContext(); createFboNoAttachmentTests() local
[all...]
H A Des31fShaderHelperInvocationTests.cpp162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd) in drawRandomPrimitives() argument
164 const glw::Functions& gl = renderCtx.getFunctions(); in drawRandomPrimitives()
181 const Vec2 range = getRange(gl, glu::isContextTypeES(renderCtx.getType()) ? GL_ALIASED_POINT_SIZE_RANGE : GL_SMOOTH_POINT_SIZE_RANGE); in drawRandomPrimitives()
196 glu::draw(renderCtx, program, (int)vertexArrays.size(), &vertexArrays[0], in drawRandomPrimitives()
203 FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples);
220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples) in FboHelper() argument
221 : m_renderCtx (renderCtx) in FboHelper()
224 , m_colorbuffer (renderCtx) in FboHelper()
225 , m_framebuffer (renderCtx) in FboHelper()
226 , m_resolveColorbuffer (renderCtx) in FboHelper()
331 const glu::RenderContext& renderCtx = m_context.getRenderContext(); init() local
426 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
490 const glu::RenderContext& renderCtx = m_context.getRenderContext(); init() local
625 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
[all...]
H A Des31fShaderImageLoadStoreTests.cpp856 static bool readIntegerTextureViaFBOAndVerify (const RenderContext& renderCtx, in readIntegerTextureViaFBOAndVerify() argument
873 glu::Framebuffer fbo (renderCtx); in readIntegerTextureViaFBOAndVerify()
877 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO"); in readIntegerTextureViaFBOAndVerify()
880 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier"); in readIntegerTextureViaFBOAndVerify()
897 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attachment 0"); in readIntegerTextureViaFBOAndVerify()
902 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels"); in readIntegerTextureViaFBOAndVerify()
913 static bool readFloatOrNormTextureWithLookupsAndVerify (const RenderContext& renderCtx, in readFloatOrNormTextureWithLookupsAndVerify() argument
927 const std::string glslVersionDeclaration = getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); in readFloatOrNormTextureWithLookupsAndVerify()
929 const glu::ShaderProgram program(renderCtx, in readFloatOrNormTextureWithLookupsAndVerify()
971 const glu::Buffer outputBuffer (renderCtx); in readFloatOrNormTextureWithLookupsAndVerify()
1065 readBufferTextureWithMappingAndVerify(const RenderContext& renderCtx, glu::CallLogWrapper& glLog, deUint32 bufferGL, const TextureFormat& textureFormat, int imageSize, const ImageLayerVerifier& verifyLayer) readBufferTextureWithMappingAndVerify() argument
1088 readTextureAndVerify(const RenderContext& renderCtx, glu::CallLogWrapper& glLog, deUint32 textureGL, deUint32 bufferGL, TextureType textureType, const TextureFormat& textureFormat, const IVec3& imageSize, const ImageLayerVerifier& verifyLayer) readTextureAndVerify() argument
1167 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
1386 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
1972 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
2385 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
2629 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
2854 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
3030 const RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
[all...]
H A Des31fTextureFormatTests.cpp98 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth);
99 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth);
126 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth) in TextureCubeArrayFormatCase() argument
128 , m_renderCtx (renderCtx) in TextureCubeArrayFormatCase()
135 , m_renderer (renderCtx, testCtx.getLog(), glu::getContextTypeGLSLVersion(renderCtx.getType()), glu::PRECISION_HIGHP) in TextureCubeArrayFormatCase()
140 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth) in TextureCubeArrayFormatCase() argument
142 , m_renderCtx (renderCtx) in TextureCubeArrayFormatCase()
149 , m_renderer (renderCtx, testCtx.getLog(), glu::getContextTypeGLSLVersion(renderCtx in TextureCubeArrayFormatCase()
298 TextureBufferFormatCase(Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width) TextureBufferFormatCase() argument
[all...]
H A Des31fNegativeTestShared.cpp51 glu::RenderContext& renderCtx, in NegativeTestContext()
56 : glu::CallLogWrapper (renderCtx.getFunctions(), log) in NegativeTestContext()
58 , m_renderCtx (renderCtx) in NegativeTestContext()
50 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) NegativeTestContext() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp64 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported() argument
66 const glw::Functions& gl = renderCtx.getFunctions(); in isExtensionSupported()
166 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
167 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
168 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType)); in iterate()
169 const int viewportW = de::min(renderCtx.getRenderTarget().getWidth(), 128); in iterate()
170 const int viewportH = de::min(renderCtx.getRenderTarget().getHeight(), 128); in iterate()
213 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], in iterate()
219 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); in iterate()
222 glu::readPixels(renderCtx, in iterate()
248 const glu::RenderContext& renderCtx = m_context.getRenderContext(); iterate() local
[all...]
H A Des3fASTCDecompressionCases.cpp200 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu::RenderContext& renderCtx) in getASTCSupportLevel() argument
202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); in getASTCSupportLevel()
330 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in render() local
333 const RandomViewport viewport (renderCtx.getRenderTarget(), textureWidth, textureHeight, m_rnd.getUint32()); in render()
363 sampleTexture(tcu::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPixelFormat()), texture.getRefTexture(), &texCoord[0], renderParams); in render()
366 glu::readPixels(renderCtx, viewport.x, viewport.y, resultDst.getAccess()); in render()
428 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
429 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1)); in iterate()
451 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompressionParams(decompressionMode)); in iterate()
562 const glu::RenderContext& renderCtx
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.hpp138 glu::RenderContext& renderCtx,
157 glu::RenderContext& renderCtx,
175 glu::RenderContext& renderCtx,
195 glu::RenderContext& renderCtx,
213 glu::RenderContext& renderCtx,
231 glu::RenderContext& renderCtx,
247 glu::RenderContext& renderCtx);
261 glu::RenderContext& renderCtx);
275 glu::RenderContext& renderCtx);
289 glu::RenderContext& renderCtx);
[all...]
H A DglsBufferTestUtil.hpp64 BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description);
118 BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
137 BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType);
155 BufferSubDataWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {} in BufferSubDataWriter() argument
167 BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {} in BufferWriteMapWriter() argument
194 BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
214 BufferVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType);
234 BufferMapVerifier (glu::RenderContext& renderCtx, tc argument
[all...]
H A DglsShaderExecUtil.cpp53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported() argument
55 const glw::Functions& gl = renderCtx.getFunctions(); in isExtensionSupported()
71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension) in checkExtension() argument
73 if (!isExtensionSupported(renderCtx, extension)) in checkExtension()
77 static void checkLimit (const glu::RenderContext& renderCtx, deUint32 pname, int required) in checkLimit() argument
79 const glw::Functions& gl = renderCtx.getFunctions(); in checkLimit()
457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) in ShaderExecutor() argument
458 : m_renderCtx (renderCtx) in ShaderExecutor()
485 FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
514 inline bool hasFloatRenderTargets (const glu::RenderContext& renderCtx) in hasFloatRenderTargets() argument
520 FragmentOutExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) FragmentOutExecutor() argument
715 VertexShaderExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) VertexShaderExecutor() argument
747 create(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) create() argument
756 GeometryShaderExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) GeometryShaderExecutor() argument
785 FragmentShaderExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) FragmentShaderExecutor() argument
870 BufferIoExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, const glu::ProgramSources& sources) BufferIoExecutor() argument
1196 ComputeShaderExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) ComputeShaderExecutor() argument
1258 checkTessSupport(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, glu::ShaderType stage) checkTessSupport() argument
1293 create(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) create() argument
1352 TessControlExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) TessControlExecutor() argument
1413 create(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) create() argument
1473 TessEvaluationExecutor(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) TessEvaluationExecutor() argument
1521 createExecutor(const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const ShaderSpec& shaderSpec) createExecutor() argument
[all...]
H A DglsAttributeLocationTests.cpp100 deInt32 getMaxAttributeLocations (glu::RenderContext& renderCtx) in getMaxAttributeLocations() argument
102 const glw::Functions& gl = renderCtx.getFunctions(); in getMaxAttributeLocations()
254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes, bool attributeAliasing) in createVertexShaderSource() argument
257 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType()); in createVertexShaderSource()
276 string createFragmentShaderSource (glu::RenderContext& renderCtx, bool attributeAliasing) in createFragmentShaderSource() argument
288 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType()); in createFragmentShaderSource()
412 pair<deUint32, deUint32> createAndAttachShaders (TestLog& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bool attributeAliasing) in createAndAttachShaders() argument
414 const glw::Functions& gl = renderCtx.getFunctions(); in createAndAttachShaders()
415 const string vertexShaderSource = createVertexShaderSource(renderCtx, attributes, attributeAliasing); in createAndAttachShaders()
416 const string fragmentShaderSource = createFragmentShaderSource(renderCtx, attributeAliasin in createAndAttachShaders()
686 runTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const vector<Attribute>& attributes, const vector<Bind>& preAttachBind, const vector<Bind>& preLinkBind, const vector<Bind>& postLinkBind, bool relink, bool reattach = false, const vector<Attribute>& reattachAttributes = vector<Attribute>()) runTest() argument
804 BindAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) BindAttributeTest() argument
829 BindMaxAttributesTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) BindMaxAttributesTest() argument
863 BindAliasingAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int offset, int arraySize) BindAliasingAttributeTest() argument
893 BindMaxAliasingAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) BindMaxAliasingAttributeTest() argument
930 BindHoleAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) BindHoleAttributeTest() argument
970 BindInactiveAliasingAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) BindInactiveAliasingAttributeTest() argument
1008 PreAttachBindAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) PreAttachBindAttributeTest() argument
1029 PreLinkBindAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) PreLinkBindAttributeTest() argument
1050 PostLinkBindAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) PostLinkBindAttributeTest() argument
1071 LocationAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) LocationAttributeTest() argument
1094 LocationMaxAttributesTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) LocationMaxAttributesTest() argument
1126 LocationHoleAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) LocationHoleAttributeTest() argument
1162 MixedAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) MixedAttributeTest() argument
1187 MixedMaxAttributesTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) MixedMaxAttributesTest() argument
1227 MixedHoleAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) MixedHoleAttributeTest() argument
1272 BindRelinkAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) BindRelinkAttributeTest() argument
1300 BindRelinkHoleAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) BindRelinkHoleAttributeTest() argument
1343 MixedRelinkHoleAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int arraySize) MixedRelinkHoleAttributeTest() argument
1391 BindReattachAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) BindReattachAttributeTest() argument
1418 PreAttachMixedAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) PreAttachMixedAttributeTest() argument
1439 PreLinkMixedAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) PreLinkMixedAttributeTest() argument
1460 PostLinkMixedAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) PostLinkMixedAttributeTest() argument
1481 MixedReattachAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) MixedReattachAttributeTest() argument
1508 MixedRelinkAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx) MixedRelinkAttributeTest() argument
[all...]
H A DglsBufferTestUtil.cpp175 BufferCase::BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in BufferCase() argument
177 , CallLogWrapper (renderCtx.getFunctions(), testCtx.getLog()) in BufferCase()
178 , m_renderCtx (renderCtx) in BufferCase()
252 BufferWriterBase::BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log) in BufferWriterBase() argument
253 : CallLogWrapper (renderCtx.getFunctions(), log) in BufferWriterBase()
254 , m_renderCtx (renderCtx) in BufferWriterBase()
267 BufferWriter::BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType) in BufferWriter() argument
272 case WRITE_BUFFER_SUB_DATA: m_writer = new BufferSubDataWriter (renderCtx, log); break; in BufferWriter()
273 case WRITE_BUFFER_WRITE_MAP: m_writer = new BufferWriteMapWriter (renderCtx, log); break; in BufferWriter()
338 BufferVerifierBase::BufferVerifierBase (glu::RenderContext& renderCtx, tc argument
354 BufferVerifier(glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType) BufferVerifier() argument
417 VertexArrayVerifier(glu::RenderContext& renderCtx, tcu::TestLog& log) VertexArrayVerifier() argument
[all...]
H A DglsTextureStateQueryTests.cpp746 const glu::RenderContext& renderCtx,
767 const glu::RenderContext& renderCtx, in TextureTest()
774 , m_renderCtx (renderCtx) in TextureTest()
821 IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target);
831 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target) in IsTextureCase() argument
833 , m_renderCtx (renderCtx) in IsTextureCase()
880 DepthStencilModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in DepthStencilModeCase() argument
881 : TextureTest(testCtx, renderCtx, name, desc, target, tester, type) in DepthStencilModeCase()
958 TextureSRGBDecodeCase::TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in TextureSRGBDecodeCase() argument
959 : TextureTest(testCtx, renderCtx, nam in TextureSRGBDecodeCase()
766 TextureTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureTest() argument
1036 TextureSwizzleCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureSwizzleCase() argument
1112 TextureWrapCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureWrapCase() argument
1183 TextureFilterCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureFilterCase() argument
1267 TextureLODCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureLODCase() argument
1355 TextureLevelCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureLevelCase() argument
1457 TextureCompareModeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureCompareModeCase() argument
1528 TextureCompareFuncCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureCompareFuncCase() argument
1599 TextureImmutableLevelsCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureImmutableLevelsCase() argument
1671 TextureImmutableFormatCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureImmutableFormatCase() argument
1787 TextureWrapClampToBorderCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureWrapClampToBorderCase() argument
1814 TextureBorderColorCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureBorderColorCase() argument
1891 SamplerTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerTest() argument
1949 SamplerWrapCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerWrapCase() argument
2020 SamplerFilterCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerFilterCase() argument
2104 SamplerLODCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerLODCase() argument
2192 SamplerCompareModeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerCompareModeCase() argument
2263 SamplerCompareFuncCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerCompareFuncCase() argument
2334 SamplerWrapClampToBorderCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerWrapClampToBorderCase() argument
2361 SamplerSRGBDecodeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerSRGBDecodeCase() argument
2434 SamplerBorderColorCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, QueryType type) SamplerBorderColorCase() argument
2535 createIsTextureTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target) createIsTextureTest() argument
2540 createTexParamTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, QueryType queryType, glw::GLenum target, TesterType tester) createTexParamTest() argument
2621 createSamplerParamTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester) createSamplerParamTest() argument
[all...]
H A DglsScissorTests.hpp77 glu::RenderContext& renderCtx,
85 glu::RenderContext& renderCtx,
92 glu::RenderContext& renderCtx,
98 glu::RenderContext& renderCtx,
H A DglsShaderLibrary.cpp38 CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in CaseFactory() argument
40 , m_renderCtx (renderCtx) in CaseFactory()
63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary() argument
65 , m_renderCtx (renderCtx) in ShaderLibrary()
H A DglsScissorTests.cpp186 ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const char* desc, const Vec4& scissorArea);
201 ScissorCase::ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const char* desc, const Vec4& scissorArea) in ScissorCase() argument
203 , m_renderCtx (renderCtx) in ScissorCase()
306 glu::RenderContext& renderCtx,
326 glu::RenderContext& renderCtx, in ScissorPrimitiveCase()
333 : ScissorCase (testCtx, renderCtx, name, desc, scissorArea) in ScissorPrimitiveCase()
425 glu::RenderContext& renderCtx,
443 glu::RenderContext& renderCtx, in ScissorClearCase()
448 : ScissorCase (testCtx, renderCtx, name, desc, scissorArea) in ScissorClearCase()
505 FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, cons
325 ScissorPrimitiveCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea, const Vec4& renderArea, PrimitiveType type, int primitiveCount) ScissorPrimitiveCase() argument
442 ScissorClearCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea, deUint32 clearMode) ScissorClearCase() argument
522 FramebufferBlitCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea) FramebufferBlitCase() argument
622 FramebufferClearCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, ClearType clearType) FramebufferClearCase() argument
883 createPrimitiveTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea, const Vec4& renderArea, PrimitiveType type, int primitiveCount) createPrimitiveTest() argument
895 createClearTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea, deUint32 clearMode) createClearTest() argument
905 createFramebufferClearTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, ClearType clearType) createFramebufferClearTest() argument
914 createFramebufferBlitTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea) createFramebufferBlitTest() argument
[all...]
H A DglsLifetimeTests.cpp108 CheckedShader (const RenderContext& renderCtx, glu::ShaderType type, const string& src) in CheckedShader() argument
109 : Shader (renderCtx, type) in CheckedShader()
121 CheckedProgram (const RenderContext& renderCtx, GLuint vtxShader, GLuint fragShader) in CheckedProgram() argument
122 : Program (renderCtx) in CheckedProgram()
234 const RenderContext& renderCtx = ctx.getRenderContext(); in drawFbo() local
235 const Functions& gl = renderCtx.getFunctions(); in drawFbo()
242 glu::readPixels(renderCtx, 0, 0, dst.getAccess()); in drawFbo()
363 static bool isTextureFormatColorRenderable (const glu::RenderContext& renderCtx, const glu::TransferFormat& format) in isTextureFormatColorRenderable() argument
365 const glw::Functions& gl = renderCtx.getFunctions(); in isTextureFormatColorRenderable()
415 static glu::TransferFormat getRenderableColorTextureFormat (const glu::RenderContext& renderCtx) in getRenderableColorTextureFormat() argument
452 isRenderbufferFormatColorRenderable(const glu::RenderContext& renderCtx, const deUint32 format) isRenderbufferFormatColorRenderable() argument
503 getRenderableColorRenderbufferFormat(const glu::RenderContext& renderCtx) getRenderableColorRenderbufferFormat() argument
646 setViewport(const RenderContext& renderCtx, const Rectangle& rect) setViewport() argument
651 readRectangle(const RenderContext& renderCtx, const Rectangle& rect, Surface& dst) readRectangle() argument
[all...]
H A DglsTextureStateQueryTests.hpp77 tcu::TestCase* createIsTextureTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target);
78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester);
79 tcu::TestCase* createSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp125 Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description);
138 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in Tex2DCompletenessCase() argument
141 , m_renderCtx (renderCtx) in Tex2DCompletenessCase()
182 TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description);
195 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in TexCubeCompletenessCase() argument
198 , m_renderCtx (renderCtx) in TexCubeCompletenessCase()
248 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo);
260 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) in Incomplete2DSizeCase() argument
261 : Tex2DCompletenessCase (testCtx, renderCtx, name, description) in Incomplete2DSizeCase()
322 Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, cons
334 Incomplete2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx) Incomplete2DFormatCase() argument
387 Incomplete2DMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int missingLevelNdx) Incomplete2DMissingLevelCase() argument
440 Incomplete2DWrapModeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) Incomplete2DWrapModeCase() argument
490 Complete2DExtraLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) Complete2DExtraLevelCase() argument
541 Incomplete2DEmptyObjectCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) Incomplete2DEmptyObjectCase() argument
578 IncompleteCubeSizeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx) IncompleteCubeSizeCase() argument
587 IncompleteCubeSizeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, tcu::CubeFace invalidCubeFace) IncompleteCubeSizeCase() argument
648 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat) IncompleteCubeFormatCase() argument
657 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, tcu::CubeFace invalidCubeFace) IncompleteCubeFormatCase() argument
717 IncompleteCubeMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int invalidLevelNdx) IncompleteCubeMissingLevelCase() argument
725 IncompleteCubeMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int invalidLevelNdx, tcu::CubeFace invalidCubeFace) IncompleteCubeMissingLevelCase() argument
785 IncompleteCubeWrapModeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) IncompleteCubeWrapModeCase() argument
836 CompleteCubeExtraLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) CompleteCubeExtraLevelCase() argument
890 IncompleteCubeEmptyObjectCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) IncompleteCubeEmptyObjectCase() argument
[all...]
H A Des2fShaderFragDataTests.cpp148 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
149 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType)); in iterate()
151 const int viewportW = de::min(renderCtx.getRenderTarget().getWidth(), 128); in iterate()
152 const int viewportH = de::min(renderCtx.getRenderTarget().getHeight(), 128); in iterate()
195 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], in iterate()
201 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); in iterate()
204 glu::readPixels(renderCtx, 0, 0, result.getAccess()); in iterate()
H A Des2fTextureFormatTests.cpp71 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
93 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFormatCase() argument
95 , m_renderCtx (renderCtx) in Texture2DFormatCase()
101 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in Texture2DFormatCase()
209 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
237 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFormatCase() argument
239 , m_renderCtx (renderCtx) in TextureCubeFormatCase()
245 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in TextureCubeFormatCase()
399 Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames);
419 Compressed2DFormatCase::Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, cons argument
524 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) CompressedCubeFormatCase() argument
[all...]
H A Des2fShaderApiTests.cpp131 void queryShaderInfo (glu::RenderContext& renderCtx, deUint32 shader, glu::ShaderInfo& info) in queryShaderInfo() argument
133 const glw::Functions& gl = renderCtx.getFunctions(); in queryShaderInfo()
286 void logShader (TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) in logShader() argument
289 queryShaderInfo(renderCtx, shader.getShader(), info); in logShader()
294 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) in logProgram() argument
303 logShader(log, renderCtx, shaders.get(shaderType)); in logProgram()
309 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, glu::Shader& vertShader, glu::Shader& fragShader) in logVertexFragmentProgram() argument
315 logShader(log, renderCtx, vertShader); in logVertexFragmentProgram()
316 logShader(log, renderCtx, fragShader); in logVertexFragmentProgram()
702 glu::RenderContext& renderCtx in buildProgram() local
727 glu::RenderContext& renderCtx = m_context.getRenderContext(); test() local
827 glu::RenderContext& renderCtx = m_context.getRenderContext(); test() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp40 Shader::Shader (const RenderContext& renderCtx, ShaderType shaderType) in Shader() argument
41 : m_gl (renderCtx.getFunctions()) in Shader()
234 Program::Program (const RenderContext& renderCtx) in Program() argument
235 : m_gl (renderCtx.getFunctions()) in Program()
250 Program::Program (const RenderContext& renderCtx, deUint32 program) in Program() argument
251 : m_gl (renderCtx.getFunctions()) in Program()
322 ProgramPipeline::ProgramPipeline (const RenderContext& renderCtx) in ProgramPipeline() argument
323 : m_gl (renderCtx.getFunctions()) in ProgramPipeline()
368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() argument
369 : m_program(renderCtx in ShaderProgram()
374 ShaderProgram(const RenderContext& renderCtx, const ProgramBinaries& binaries) ShaderProgram() argument
[all...]

Completed in 30 milliseconds

123456