Home
last modified time | relevance | path

Searched defs:renderCtx (Results 1 – 25 of 111) sorted by relevance

12345

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp100 int32_t getMaxAttributeLocations(glu::RenderContext &renderCtx) in getMaxAttributeLocations()
249 string createVertexShaderSource(glu::RenderContext &renderCtx, const vector<Attribute> &attributes, in createVertexShaderSource()
272 string createFragmentShaderSource(glu::RenderContext &renderCtx, bool attributeAliasing) in createFragmentShaderSource()
403 pair<uint32_t, uint32_t> createAndAttachShaders(TestLog &log, glu::RenderContext &renderCtx, uint32… in createAndAttachShaders()
683 void runTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const vector<Attribute> &att… in runTest()
797 BindAttributeTest::BindAttributeTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, cons… in BindAttributeTest()
820 …dMaxAttributesTest::BindMaxAttributesTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in BindMaxAttributesTest()
854 …gAttributeTest::BindAliasingAttributeTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in BindAliasingAttributeTest()
885 …tributeTest::BindMaxAliasingAttributeTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in BindMaxAliasingAttributeTest()
923 …dHoleAttributeTest::BindHoleAttributeTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in BindHoleAttributeTest()
[all …]
DglsTextureStateQueryTests.cpp747 TextureTest::TextureTest(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, const char… in TextureTest()
808 IsTextureCase::IsTextureCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, const … in IsTextureCase()
859 …encilModeCase::DepthStencilModeCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, in DepthStencilModeCase()
940 …GBDecodeCase::TextureSRGBDecodeCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, in TextureSRGBDecodeCase()
1021 …SwizzleCase::TextureSwizzleCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, co… in TextureSwizzleCase()
1099 TextureWrapCase::TextureWrapCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, co… in TextureWrapCase()
1172 TextureFilterCase::TextureFilterCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx in TextureFilterCase()
1258 TextureLODCase::TextureLODCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, cons… in TextureLODCase()
1348 TextureLevelCase::TextureLevelCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, … in TextureLevelCase()
1453 …areModeCase::TextureCompareModeCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, in TextureCompareModeCase()
[all …]
DglsShaderExecUtil.cpp53 static bool isExtensionSupported(const glu::RenderContext &renderCtx, const std::string &extension) in isExtensionSupported()
71 static void checkExtension(const glu::RenderContext &renderCtx, const std::string &extension) in checkExtension()
77 static void checkLimit(const glu::RenderContext &renderCtx, uint32_t pname, int required) in checkLimit()
484 ShaderExecutor::ShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &shaderSpec) in ShaderExecutor()
541 inline bool hasFloatRenderTargets(const glu::RenderContext &renderCtx) in hasFloatRenderTargets()
547 FragmentOutExecutor::FragmentOutExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &sha… in FragmentOutExecutor()
755 VertexShaderExecutor::VertexShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &s… in VertexShaderExecutor()
798 GeometryShaderExecutor *GeometryShaderExecutor::create(const glu::RenderContext &renderCtx, in create()
808 GeometryShaderExecutor::GeometryShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpe… in GeometryShaderExecutor()
848 FragmentShaderExecutor::FragmentShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpe… in FragmentShaderExecutor()
[all …]
DglsShaderLibrary.cpp38 …CaseFactory(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const glu::ContextInfo &cont… in CaseFactory()
65 ShaderLibrary::ShaderLibrary(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in ShaderLibrary()
DglsScissorTests.cpp198 ScissorCase::ScissorCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const char *name… in ScissorCase()
319 ScissorPrimitiveCase::ScissorPrimitiveCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx in ScissorPrimitiveCase()
421 ScissorClearCase::ScissorClearCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const … in ScissorClearCase()
503 FramebufferBlitCase::FramebufferBlitCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, … in FramebufferBlitCase()
631 FramebufferClearCase::FramebufferClearCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx in FramebufferClearCase()
924 tcu::TestNode *createPrimitiveTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const … in createPrimitiveTest()
931 tcu::TestNode *createClearTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const char… in createClearTest()
937 tcu::TestNode *createFramebufferClearTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx,… in createFramebufferClearTest()
943 tcu::TestNode *createFramebufferBlitTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, … in createFramebufferBlitTest()
DglsBufferTestUtil.cpp203 BufferCase::BufferCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const char *name, in BufferCase()
283 BufferWriterBase::BufferWriterBase(glu::RenderContext &renderCtx, tcu::TestLog &log) in BufferWriterBase()
298 BufferWriter::BufferWriter(glu::RenderContext &renderCtx, tcu::TestLog &log, WriteType writeType) :… in BufferWriter()
372 BufferVerifierBase::BufferVerifierBase(glu::RenderContext &renderCtx, tcu::TestLog &log) in BufferVerifierBase()
389 BufferVerifier::BufferVerifier(glu::RenderContext &renderCtx, tcu::TestLog &log, VerifyType verifyT… in BufferVerifier()
458 VertexArrayVerifier::VertexArrayVerifier(glu::RenderContext &renderCtx, tcu::TestLog &log) in VertexArrayVerifier()
707 IndexArrayVerifier::IndexArrayVerifier(glu::RenderContext &renderCtx, tcu::TestLog &log) in IndexArrayVerifier()
DglsLifetimeTests.cpp100 …CheckedShader(const RenderContext &renderCtx, glu::ShaderType type, const string &src) : Shader(re… in CheckedShader()
112 …CheckedProgram(const RenderContext &renderCtx, GLuint vtxShader, GLuint fragShader) : Program(rend… in CheckedProgram()
230 const RenderContext &renderCtx = ctx.getRenderContext(); in drawFbo() local
334 static bool isTextureFormatColorRenderable(const glu::RenderContext &renderCtx, const glu::Transfer… in isTextureFormatColorRenderable()
387 static glu::TransferFormat getRenderableColorTextureFormat(const glu::RenderContext &renderCtx) in getRenderableColorTextureFormat()
422 static bool isRenderbufferFormatColorRenderable(const glu::RenderContext &renderCtx, const uint32_t… in isRenderbufferFormatColorRenderable()
474 static uint32_t getRenderableColorRenderbufferFormat(const glu::RenderContext &renderCtx) in getRenderableColorRenderbufferFormat()
597 void setViewport(const RenderContext &renderCtx, const Rectangle &rect) in setViewport()
602 void readRectangle(const RenderContext &renderCtx, const Rectangle &rect, Surface &dst) in readRectangle()
DglsBufferTestUtil.hpp173 …BufferSubDataWriter(glu::RenderContext &renderCtx, tcu::TestLog &log) : BufferWriterBase(renderCtx… in BufferSubDataWriter()
195 …BufferWriteMapWriter(glu::RenderContext &renderCtx, tcu::TestLog &log) : BufferWriterBase(renderCt… in BufferWriteMapWriter()
280 …BufferMapVerifier(glu::RenderContext &renderCtx, tcu::TestLog &log) : BufferVerifierBase(renderCtx… in BufferMapVerifier()
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp134 …etenessCase::Tex2DCompletenessCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const… in Tex2DCompletenessCase()
196 …CompletenessCase::TexCubeCompletenessCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TexCubeCompletenessCase()
267 Incomplete2DSizeCase::Incomplete2DSizeCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx in Incomplete2DSizeCase()
348 …plete2DFormatCase::Incomplete2DFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Incomplete2DFormatCase()
407 …ngLevelCase::Incomplete2DMissingLevelCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Incomplete2DMissingLevelCase()
467 …e2DWrapModeCase::Incomplete2DWrapModeCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Incomplete2DWrapModeCase()
524 …DExtraLevelCase::Complete2DExtraLevelCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Complete2DExtraLevelCase()
581 …tyObjectCase::Incomplete2DEmptyObjectCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Incomplete2DEmptyObjectCase()
624 …pleteCubeSizeCase::IncompleteCubeSizeCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in IncompleteCubeSizeCase()
635 …pleteCubeSizeCase::IncompleteCubeSizeCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in IncompleteCubeSizeCase()
[all …]
Des2fTextureFormatTests.cpp94 Texture2DFormatCase::Texture2DFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, … in Texture2DFormatCase()
240 …eFormatCase::TextureCubeFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const… in TextureCubeFormatCase()
445 …essed2DFormatCase::Compressed2DFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Compressed2DFormatCase()
558 …dCubeFormatCase::CompressedCubeFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in CompressedCubeFormatCase()
Des2fShaderApiTests.cpp131 void queryShaderInfo(glu::RenderContext &renderCtx, uint32_t shader, glu::ShaderInfo &info) in queryShaderInfo()
301 void logShader(TestLog &log, glu::RenderContext &renderCtx, glu::Shader &shader) in logShader()
309 void logProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, ShaderAllocator… in logProgram()
324 void logVertexFragmentProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, in logVertexFragmentProgram()
723 glu::RenderContext &renderCtx = m_context.getRenderContext(); in buildProgram() local
749 glu::RenderContext &renderCtx = m_context.getRenderContext(); in test() local
853 glu::RenderContext &renderCtx = m_context.getRenderContext(); in test() local
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp119 RenderData::RenderData(const ObjectData &object, const glu::RenderContext &renderCtx, TestLog &log) in RenderData()
537 BaseCase::BaseCase(TestContext &testCtx, const RenderContext &renderCtx, const char *name, const ch… in BaseCase()
743 RenderCountCase::RenderCountCase(TestContext &testCtx, const RenderContext &renderCtx, const char *… in RenderCountCase()
925 RelativeChangeCase::RelativeChangeCase(TestContext &testCtx, const RenderContext &renderCtx, const … in RelativeChangeCase()
1168 …BaseCostCase(TestContext &testCtx, const RenderContext &renderCtx, const char *name, const char *d… in BaseCostCase()
1211 …GradientCostCase(TestContext &testCtx, const RenderContext &renderCtx, const char *name, const cha… in GradientCostCase()
1266 …OccluderStaticFragDepthCostCase(TestContext &testCtx, const RenderContext &renderCtx, const char *… in OccluderStaticFragDepthCostCase()
1312 …OccluderDynamicFragDepthCostCase(TestContext &testCtx, const RenderContext &renderCtx, const char … in OccluderDynamicFragDepthCostCase()
1358 …OccludedStaticFragDepthCostCase(TestContext &testCtx, const RenderContext &renderCtx, const char *… in OccludedStaticFragDepthCostCase()
1404 …OccludedDynamicFragDepthCostCase(TestContext &testCtx, const RenderContext &renderCtx, const char … in OccludedDynamicFragDepthCostCase()
[all …]
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp124 static void drawTestPattern(const glu::RenderContext &renderCtx, int width, int height) in drawTestPattern()
202 static void blitStencilToColor2D(const glu::RenderContext &renderCtx, uint32_t srcTex, int width, i… in blitStencilToColor2D()
250 static void blitStencilToColor2DArray(const glu::RenderContext &renderCtx, uint32_t srcTex, int wid… in blitStencilToColor2DArray()
300 static void blitStencilToColorCube(const glu::RenderContext &renderCtx, uint32_t srcTex, const floa… in blitStencilToColorCube()
496 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
551 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
640 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
732 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
789 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
863 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
[all …]
Des31fFboNoAttachmentTests.cpp67 bool checkFramebufferSize(TestLog &log, const glu::RenderContext &renderCtx, GLuint framebuffer, co… in checkFramebufferSize()
172 bool checkFramebufferRenderable(TestLog &log, const glu::RenderContext &renderCtx, GLuint framebuff… in checkFramebufferRenderable()
275 …ssCase::FramebufferCompletenessCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, in FramebufferCompletenessCase()
348 SizeCase::SizeCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, const char *name… in SizeCase()
476 …tionCase::AttachmentInteractionCase(tcu::TestContext &testCtx, const glu::RenderContext &renderCtx, in AttachmentInteractionCase()
527 const glu::RenderContext &renderCtx = context.getRenderContext(); in createFboNoAttachmentTests() local
Des31fShaderHelperInvocationTests.cpp172 static void drawRandomPrimitives(const glu::RenderContext &renderCtx, uint32_t program, PrimitiveTy… in drawRandomPrimitives()
232 FboHelper::FboHelper(const glu::RenderContext &renderCtx, int width, int height, uint32_t format, i… in FboHelper()
345 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in init() local
439 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
506 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in init() local
645 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
Des31fTextureFormatTests.cpp136 …rayFormatCase::TextureCubeArrayFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureCubeArrayFormatCase()
153 …rayFormatCase::TextureCubeArrayFormatCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureCubeArrayFormatCase()
321 TextureBufferFormatCase::TextureBufferFormatCase(Context &ctx, glu::RenderContext &renderCtx, const… in TextureBufferFormatCase()
Des31fNegativeTestShared.cpp49 NegativeTestContext::NegativeTestContext(ErrorCase &host, glu::RenderContext &renderCtx, in NegativeTestContext()
/external/deqp/framework/opengl/
DgluShaderProgram.cpp40 Shader::Shader(const RenderContext &renderCtx, ShaderType shaderType) : m_gl(renderCtx.getFunctions… in Shader()
230 Program::Program(const RenderContext &renderCtx) : m_gl(renderCtx.getFunctions()), m_program(0) in Program()
242 Program::Program(const RenderContext &renderCtx, uint32_t program) : m_gl(renderCtx.getFunctions())… in Program()
312 ProgramPipeline::ProgramPipeline(const RenderContext &renderCtx) : m_gl(renderCtx.getFunctions()), … in ProgramPipeline()
354 ShaderProgram::ShaderProgram(const RenderContext &renderCtx, const ProgramSources &sources) in ShaderProgram()
360 ShaderProgram::ShaderProgram(const RenderContext &renderCtx, const ProgramBinaries &binaries) in ShaderProgram()
DgluStateReset.cpp57 void resetStateES(const RenderContext &renderCtx, const ContextInfo &ctxInfo) in resetStateES()
644 void resetStateGLCore(const RenderContext &renderCtx, const ContextInfo &ctxInfo) in resetStateGLCore()
1245 void resetState(const RenderContext &renderCtx, const ContextInfo &ctxInfo) in resetState()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp64 static bool isExtensionSupported(const glu::RenderContext &renderCtx, const std::string &extension) in isExtensionSupported()
170 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
239 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
Des3fASTCDecompressionCases.cpp196 const glu::RenderContext &renderCtx) in getASTCSupportLevel()
342 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in render() local
446 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
587 const glu::RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local
Des3fTextureWrapTests.cpp143 TextureWrapCase::TextureWrapCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureWrapCase()
166 TextureWrapCase::TextureWrapCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureWrapCase()
190 TextureWrapCase::TextureWrapCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureWrapCase()
/external/deqp/external/openglcts/modules/common/
DglcContext.hpp62 void setRenderContext(glu::RenderContext *renderCtx) in setRenderContext()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp110 glu::RenderContext &renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() local
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp90 glu::RenderContext &renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() local

12345