/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsAttributeLocationTests.cpp | 100 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 …]
|
H A D | glsTextureStateQueryTests.cpp | 747 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 …]
|
H A D | glsShaderExecUtil.cpp | 53 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 …]
|
H A D | glsScissorTests.cpp | 198 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()
|
H A D | glsLifetimeTests.cpp | 100 …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()
|
H A D | glsBufferTestUtil.cpp | 203 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()
|
H A D | glsBufferTestUtil.hpp | 173 …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()
|
H A D | glsShaderLibrary.cpp | 38 …CaseFactory(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const glu::ContextInfo &cont… in CaseFactory() 65 ShaderLibrary::ShaderLibrary(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in ShaderLibrary()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureCompletenessTests.cpp | 134 …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 …]
|
H A D | es2fShaderApiTests.cpp | 131 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
|
H A D | es2fTextureFormatTests.cpp | 94 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()
|
/aosp_15_r20/external/deqp/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 119 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 …]
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 124 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 …]
|
H A D | es31fFboNoAttachmentTests.cpp | 67 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
|
H A D | es31fShaderHelperInvocationTests.cpp | 172 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
|
H A D | es31fSeparateShaderTests.cpp | 635 ShaderProgramWrapper(const RenderContext &renderCtx, const ProgramSources &sources) in ShaderProgramWrapper() 663 …RawProgramWrapper(const RenderContext &renderCtx, GLuint programName, ShaderType shaderType, const… in RawProgramWrapper() 1010 void setViewport(const RenderContext &renderCtx, const Rectangle &rect) in setViewport() 1015 void readRectangle(const RenderContext &renderCtx, const Rectangle &rect, Surface &dst) in readRectangle() 1130 const RenderContext &renderCtx = getRenderContext(); in createSingleShaderProgram() local 1209 const RenderContext &renderCtx = getRenderContext(); in createPipeline() local 1302 const RenderContext &renderCtx = getRenderContext(); in drawSurface() local
|
H A D | es31fShaderImageLoadStoreTests.cpp | 959 static bool readIntegerTextureViaFBOAndVerify(const RenderContext &renderCtx, glu::CallLogWrapper &… in readIntegerTextureViaFBOAndVerify() 1015 static bool readFloatOrNormTextureWithLookupsAndVerify(const RenderContext &renderCtx, glu::CallLog… in readFloatOrNormTextureWithLookupsAndVerify() 1197 static bool readBufferTextureWithMappingAndVerify(const RenderContext &renderCtx, glu::CallLogWrapp… in readBufferTextureWithMappingAndVerify() 1218 static bool readTextureAndVerify(const RenderContext &renderCtx, glu::CallLogWrapper &glLog, uint32… in readTextureAndVerify() 1308 const RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local 1555 const RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local 2203 const RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local 2668 const RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local 2953 const RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local 3222 const RenderContext &renderCtx = m_context.getRenderContext(); in iterate() local [all …]
|
H A D | es31fTextureFormatTests.cpp | 136 …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()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluShaderProgram.cpp | 40 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()
|
H A D | gluStateReset.cpp | 57 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()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fASTCDecompressionCases.cpp | 196 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
|
H A D | es3fShaderApiTests.cpp | 146 void queryShaderInfo(glu::RenderContext &renderCtx, uint32_t shader, glu::ShaderInfo &info) in queryShaderInfo() 186 void drawWithProgram(glu::RenderContext &renderCtx, uint32_t program) in drawWithProgram() 345 void logShader(TestLog &log, glu::RenderContext &renderCtx, glu::Shader &shader) in logShader() 354 void logProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, ShaderAllocator… in logProgram() 369 void logVertexFragmentProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, in logVertexFragmentProgram() 774 glu::RenderContext &renderCtx = m_context.getRenderContext(); in buildProgram() local 800 glu::RenderContext &renderCtx = m_context.getRenderContext(); in test() local 904 glu::RenderContext &renderCtx = m_context.getRenderContext(); in test() local 1481 glu::RenderContext &renderCtx = m_context.getRenderContext(); in test() local
|
H A D | es3fShaderFragDataTests.cpp | 64 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
|
/aosp_15_r20/external/deqp/modules/gles2/accuracy/ |
H A D | es2aTextureFilteringTests.cpp | 93 …re2DFilteringCase::Texture2DFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Texture2DFilteringCase() 112 …re2DFilteringCase::Texture2DFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Texture2DFilteringCase() 371 …beFilteringCase::TextureCubeFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureCubeFilteringCase() 391 …beFilteringCase::TextureCubeFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureCubeFilteringCase()
|
/aosp_15_r20/external/deqp/modules/gles3/accuracy/ |
H A D | es3aTextureFilteringTests.cpp | 87 …re2DFilteringCase::Texture2DFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Texture2DFilteringCase() 105 …re2DFilteringCase::Texture2DFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in Texture2DFilteringCase() 361 …beFilteringCase::TextureCubeFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureCubeFilteringCase() 381 …beFilteringCase::TextureCubeFilteringCase(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, in TextureCubeFilteringCase()
|