Home
last modified time | relevance | path

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

123456

/external/deqp/modules/gles31/functional/
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(),… in drawTestPattern()
199 static void blitStencilToColor2D (const glu::RenderContext& renderCtx, deUint32 srcTex, int width, … 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 wi… in blitStencilToColor2DArray() argument
266 const glu::ShaderProgram program(renderCtx, glu::ProgramSources() in blitStencilToColor2DArray()
[all …]
Des31fShaderImageLoadStoreTests.cpp829 static bool readIntegerTextureViaFBOAndVerify (const RenderContext& renderCtx, in readIntegerTextureViaFBOAndVerify() argument
846 glu::Framebuffer fbo (renderCtx); in readIntegerTextureViaFBOAndVerify()
850 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO"); in readIntegerTextureViaFBOAndVerify()
853 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier"); in readIntegerTextureViaFBOAndVerify()
870 …GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attach… in readIntegerTextureViaFBOAndVerify()
875 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels"); in readIntegerTextureViaFBOAndVerify()
886 static bool readFloatOrNormTextureWithLookupsAndVerify (const RenderContext& renderCtx, in readFloatOrNormTextureWithLookupsAndVerify() argument
900 …ersionDeclaration = getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); in readFloatOrNormTextureWithLookupsAndVerify()
902 const glu::ShaderProgram program(renderCtx, in readFloatOrNormTextureWithLookupsAndVerify()
944 const glu::Buffer outputBuffer (renderCtx); in readFloatOrNormTextureWithLookupsAndVerify()
[all …]
Des31fFboNoAttachmentTests.cpp67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, c… in checkFramebufferSize() argument
69 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferSize()
87 …const glu::ShaderProgram program (renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSourc… in checkFramebufferSize()
174 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuf… in checkFramebufferRenderable() argument
176 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferRenderable()
192 …const glu::ShaderProgram program (renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSourc… in checkFramebufferRenderable()
269 const glu::RenderContext& renderCtx,
281 const glu::RenderContext& renderCtx, in FramebufferCompletenessCase() argument
285 , m_renderCtx (renderCtx) in FramebufferCompletenessCase()
327 const glu::RenderContext& renderCtx,
[all …]
Des31fShaderHelperInvocationTests.cpp162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveT… 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_SI… 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 numS…
220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, … 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()
[all …]
Des31fTextureFormatTests.cpp96 …TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::C…
97 …TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::C…
124 …tureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… in TextureCubeArrayFormatCase() argument
126 , m_renderCtx (renderCtx) in TextureCubeArrayFormatCase()
133 …, m_renderer (renderCtx, testCtx.getLog(), glu::getContextTypeGLSLVersion(renderCtx.getType()), g… in TextureCubeArrayFormatCase()
138 …tureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… in TextureCubeArrayFormatCase() argument
140 , m_renderCtx (renderCtx) in TextureCubeArrayFormatCase()
147 …, m_renderer (renderCtx, testCtx.getLog(), glu::getContextTypeGLSLVersion(renderCtx.getType()), g… in TextureCubeArrayFormatCase()
270 …TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const cha…
291 TextureBufferFormatCase::TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, cons… in TextureBufferFormatCase() argument
[all …]
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& lo… 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* de…
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const c… in BaseCase() argument
537 , m_renderCtx (renderCtx) in BaseCase()
725 …RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch…
[all …]
/external/deqp/modules/gles3/functional/
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() + tc… in iterate()
222 glu::readPixels(renderCtx, 0, 0, result.getAccess()); in iterate()
[all …]
Des3fASTCDecompressionCases.cpp200 …evel 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_rn… in render()
363 …sampleTexture(tcu::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPixelFormat()), text… 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(… in iterate()
451 …glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexD… in iterate()
562 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
[all …]
Des3fTextureWrapTests.cpp86 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
87 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
88 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
130 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument
132 , m_renderCtx (renderCtx) in TextureWrapCase()
145 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase()
149 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument
151 , m_renderCtx (renderCtx) in TextureWrapCase()
165 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase()
169 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument
[all …]
/external/deqp/modules/glshared/
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 …]
DglsBufferTestUtil.hpp64 …BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, cons…
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(render… in BufferSubDataWriter() argument
167 …BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(render… 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, tcu::TestLog& log) : BufferVerifierBase(renderC… in BufferMapVerifier() argument
246 VertexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log);
266 IndexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log);
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
[all …]
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… 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, deUin… in createAndAttachShaders() argument
414 const glw::Functions& gl = renderCtx.getFunctions(); in createAndAttachShaders()
415 …const string vertexShaderSource = createVertexShaderSource(renderCtx, attributes, attributeAlia… in createAndAttachShaders()
416 const string fragmentShaderSource = createFragmentShaderSource(renderCtx, attributeAliasing); in createAndAttachShaders()
[all …]
DglsTextureStateQueryTests.cpp747 const glu::RenderContext& renderCtx,
768 const glu::RenderContext& renderCtx, in TextureTest() argument
775 , m_renderCtx (renderCtx) in TextureTest()
822 …IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, c…
832 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const… in IsTextureCase() argument
834 , m_renderCtx (renderCtx) in IsTextureCase()
881 …thStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* nam… in DepthStencilModeCase() argument
882 : TextureTest(testCtx, renderCtx, name, desc, target, tester, type) in DepthStencilModeCase()
959 …ureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* nam… in TextureSRGBDecodeCase() argument
960 : TextureTest(testCtx, renderCtx, name, desc, target, tester, type) in TextureSRGBDecodeCase()
[all …]
DglsScissorTests.hpp77 glu::RenderContext& renderCtx,
85 glu::RenderContext& renderCtx,
92 glu::RenderContext& renderCtx,
98 glu::RenderContext& renderCtx,
DglsShaderLibrary.cpp38 …CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& con… in CaseFactory() argument
40 , m_renderCtx (renderCtx) in CaseFactory()
63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::… in ShaderLibrary() argument
65 , m_renderCtx (renderCtx) in ShaderLibrary()
DglsBufferTestUtil.cpp175 BufferCase::BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 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, tcu::TestLog& log) in BufferVerifierBase() argument
[all …]
DglsScissorTests.cpp186 …ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const ch…
201 ScissorCase::ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *nam… in ScissorCase() argument
203 , m_renderCtx (renderCtx) in ScissorCase()
306 glu::RenderContext& renderCtx,
326 glu::RenderContext& renderCtx, in ScissorPrimitiveCase() argument
333 : ScissorCase (testCtx, renderCtx, name, desc, scissorArea) in ScissorPrimitiveCase()
425 glu::RenderContext& renderCtx,
443 glu::RenderContext& renderCtx, in ScissorClearCase() argument
448 : ScissorCase (testCtx, renderCtx, name, desc, scissorArea) in ScissorClearCase()
505 …FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
[all …]
DglsTextureStateQueryTests.hpp77 tcu::TestCase* createIsTextureTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx
78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx,…
79 …eSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::stri…
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp125 …Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,…
138 …::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… in Tex2DCompletenessCase() argument
141 , m_renderCtx (renderCtx) in Tex2DCompletenessCase()
182 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na…
195 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… in TexCubeCompletenessCase() argument
198 , m_renderCtx (renderCtx) in TexCubeCompletenessCase()
248 …Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
260 …e::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… in Incomplete2DSizeCase() argument
261 : Tex2DCompletenessCase (testCtx, renderCtx, name, description) in Incomplete2DSizeCase()
322 …Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name…
[all …]
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() + tc… in iterate()
204 glu::readPixels(renderCtx, 0, 0, result.getAccess()); in iterate()
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, ShaderAllocato… in logProgram() argument
303 logShader(log, renderCtx, shaders.get(shaderType)); in logProgram()
309 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, … in logVertexFragmentProgram() argument
315 logShader(log, renderCtx, vertShader); in logVertexFragmentProgram()
316 logShader(log, renderCtx, fragShader); in logVertexFragmentProgram()
702 glu::RenderContext& renderCtx = m_context.getRenderContext(); in buildProgram() local
[all …]
Des2fTextureFormatTests.cpp71 …Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
93 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… 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,…
237 …::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… 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::Cont…
419 …:Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… in Compressed2DFormatCase() argument
[all …]
Des2fTextureWrapTests.cpp60 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
61 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
90 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument
92 , m_renderCtx (renderCtx) in TextureWrapCase()
103 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase()
107 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument
109 , m_renderCtx (renderCtx) in TextureWrapCase()
121 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase()
/external/deqp/framework/opengl/
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.getFunctions()) in ShaderProgram()
[all …]

123456