/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 123 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 …]
|
D | es31fShaderImageLoadStoreTests.cpp | 821 static bool readIntegerTextureViaFBOAndVerify (const RenderContext& renderCtx, in readIntegerTextureViaFBOAndVerify() argument 838 glu::Framebuffer fbo (renderCtx); in readIntegerTextureViaFBOAndVerify() 842 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO"); in readIntegerTextureViaFBOAndVerify() 845 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier"); in readIntegerTextureViaFBOAndVerify() 862 …GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attach… in readIntegerTextureViaFBOAndVerify() 867 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels"); in readIntegerTextureViaFBOAndVerify() 878 static bool readFloatOrNormTextureWithLookupsAndVerify (const RenderContext& renderCtx, in readFloatOrNormTextureWithLookupsAndVerify() argument 892 …ersionDeclaration = getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); in readFloatOrNormTextureWithLookupsAndVerify() 894 const glu::ShaderProgram program(renderCtx, in readFloatOrNormTextureWithLookupsAndVerify() 936 const glu::Buffer outputBuffer (renderCtx); in readFloatOrNormTextureWithLookupsAndVerify() [all …]
|
D | es31fFboNoAttachmentTests.cpp | 67 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 …]
|
D | es31fShaderHelperInvocationTests.cpp | 162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveT… in drawRandomPrimitives() argument 164 const glw::Functions& gl = renderCtx.getFunctions(); 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() 227 , m_resolveFramebuffer (renderCtx) in FboHelper() [all …]
|
D | es31fTextureFormatTests.cpp | 73 …TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::C… 74 …TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::C… 102 …tureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… in TextureCubeArrayFormatCase() argument 104 , m_renderCtx (renderCtx) in TextureCubeArrayFormatCase() 111 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP) in TextureCubeArrayFormatCase() 116 …tureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… in TextureCubeArrayFormatCase() argument 118 , m_renderCtx (renderCtx) in TextureCubeArrayFormatCase() 125 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP) in TextureCubeArrayFormatCase() 246 …TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const cha… 267 TextureBufferFormatCase::TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, cons… in TextureBufferFormatCase() argument [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 103 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/glshared/ |
D | glsAttributeLocationTests.hpp | 138 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 …]
|
D | glsBufferTestUtil.hpp | 64 …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);
|
D | glsAttributeLocationTests.cpp | 100 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 …]
|
D | glsShaderExecUtil.cpp | 53 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 …]
|
D | glsTextureStateQueryTests.cpp | 682 const glu::RenderContext& renderCtx, 703 const glu::RenderContext& renderCtx, in TextureTest() argument 710 , m_renderCtx (renderCtx) in TextureTest() 757 …IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, c… 767 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const… in IsTextureCase() argument 769 , m_renderCtx (renderCtx) in IsTextureCase() 816 …thStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* nam… in DepthStencilModeCase() argument 817 : TextureTest(testCtx, renderCtx, name, desc, target, tester, type) in DepthStencilModeCase() 894 …ureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* nam… in TextureSRGBDecodeCase() argument 895 : TextureTest(testCtx, renderCtx, name, desc, target, tester, type) in TextureSRGBDecodeCase() [all …]
|
D | glsScissorTests.hpp | 77 glu::RenderContext& renderCtx, 85 glu::RenderContext& renderCtx, 92 glu::RenderContext& renderCtx, 98 glu::RenderContext& renderCtx,
|
D | glsShaderLibrary.cpp | 38 …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()
|
D | glsBufferTestUtil.cpp | 175 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 …]
|
D | glsScissorTests.cpp | 172 …ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const ch… 184 ScissorCase::ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *nam… in ScissorCase() argument 186 , m_renderCtx (renderCtx) in ScissorCase() 289 glu::RenderContext& renderCtx, 308 glu::RenderContext& renderCtx, in ScissorPrimitiveCase() argument 315 : ScissorCase (testCtx, renderCtx, name, desc, scissorArea) in ScissorPrimitiveCase() 402 glu::RenderContext& renderCtx, 419 glu::RenderContext& renderCtx, in ScissorClearCase() argument 424 : ScissorCase (testCtx, renderCtx, name, desc, scissorArea) in ScissorClearCase() 476 …FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 148 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() 230 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local 231 const glu::ShaderProgram program (renderCtx, glu::ProgramSources() in iterate() [all …]
|
D | es3fTextureFormatTests.cpp | 68 …Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … 69 …Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … 91 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in Texture2DFormatCase() argument 93 , m_renderCtx (renderCtx) in Texture2DFormatCase() 99 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) in Texture2DFormatCase() 103 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in Texture2DFormatCase() argument 105 , m_renderCtx (renderCtx) in Texture2DFormatCase() 111 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) in Texture2DFormatCase() 224 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 225 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… [all …]
|
D | es3fTextureWrapTests.cpp | 85 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 86 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 87 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 129 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument 131 , m_renderCtx (renderCtx) in TextureWrapCase() 144 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase() 148 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument 150 , m_renderCtx (renderCtx) in TextureWrapCase() 164 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase() 168 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument [all …]
|
D | es3fASTCDecompressionCases.cpp | 200 …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(gls::TextureTestUtil::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPix… 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() 448 …glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompres… in iterate() 559 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 125 …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() 177 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na… 190 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… in TexCubeCompletenessCase() argument 193 , m_renderCtx (renderCtx) in TexCubeCompletenessCase() 239 …Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … 251 …e::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… in Incomplete2DSizeCase() argument 252 : Tex2DCompletenessCase (testCtx, renderCtx, name, description) in Incomplete2DSizeCase() 315 …Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name… [all …]
|
D | es2fShaderFragDataTests.cpp | 148 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()
|
D | es2fShaderApiTests.cpp | 131 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 …]
|
D | es2fTextureFormatTests.cpp | 69 …Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … 91 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in Texture2DFormatCase() argument 93 , m_renderCtx (renderCtx) in Texture2DFormatCase() 99 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in Texture2DFormatCase() 207 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 235 …::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* nam… in TextureCubeFormatCase() argument 237 , m_renderCtx (renderCtx) in TextureCubeFormatCase() 243 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in TextureCubeFormatCase() 397 …Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… 417 …:Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont… in Compressed2DFormatCase() argument [all …]
|
D | es2fTextureWrapTests.cpp | 59 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 60 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 89 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument 91 , m_renderCtx (renderCtx) in TextureWrapCase() 102 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase() 106 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() argument 108 , m_renderCtx (renderCtx) in TextureWrapCase() 120 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) in TextureWrapCase()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 40 Shader::Shader (const RenderContext& renderCtx, ShaderType shaderType) in Shader() argument 41 : m_gl (renderCtx.getFunctions()) in Shader() 175 Program::Program (const RenderContext& renderCtx) in Program() argument 176 : m_gl (renderCtx.getFunctions()) in Program() 191 Program::Program (const RenderContext& renderCtx, deUint32 program) in Program() argument 192 : m_gl (renderCtx.getFunctions()) in Program() 263 ProgramPipeline::ProgramPipeline (const RenderContext& renderCtx) in ProgramPipeline() argument 264 : m_gl (renderCtx.getFunctions()) in ProgramPipeline() 309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() argument 310 : m_program(renderCtx.getFunctions()) in ShaderProgram() [all …]
|