Home
last modified time | relevance | path

Searched refs:getProgramSources (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp670 glu::ProgramSources getProgramSources(void) const;
713 glu::ShaderProgram program(m_context.getRenderContext(), getProgramSources()); in iterate()
731 glu::ProgramSources ProgramLogCase::getProgramSources(void) const in getProgramSources() function in deqp::gles31::Functional::__anonb2f685dd0111::ProgramLogCase
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture_mock.cpp53 const ProgramSources &FrameCaptureShared::getProgramSources(gl::ShaderProgramID id) const in getProgramSources() function in angle::FrameCaptureShared
H A DFrameCapture.h630 const ProgramSources &getProgramSources(gl::ShaderProgramID id) const;
H A DFrameCapture.cpp3810 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in GenerateLinkedProgram()
4835 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in CaptureShareGroupMidExecutionSetup()
7387 tempShaderStartID, getProgramSources(id)); in overrideProgramBinary()
9982 const ProgramSources &FrameCaptureShared::getProgramSources(gl::ShaderProgramID id) const in getProgramSources() function in angle::FrameCaptureShared
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp2212 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id()); in serialize()