Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture_mock.cpp44 const ProgramSources &FrameCaptureShared::getProgramSources(gl::ShaderProgramID id) const in getProgramSources() function in angle::FrameCaptureShared
DFrameCapture.h466 const ProgramSources &getProgramSources(gl::ShaderProgramID id) const;
DFrameCapture.cpp2319 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in GenerateLinkedProgram()
2993 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in CaptureShareGroupMidExecutionSetup()
4778 tempShaderStartID, getProgramSources(id)); in overrideProgramBinary()
6479 const ProgramSources &FrameCaptureShared::getProgramSources(gl::ShaderProgramID id) const in getProgramSources() function in angle::FrameCaptureShared
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp646 glu::ProgramSources getProgramSources (void) const;
689 glu::ShaderProgram program (m_context.getRenderContext(), getProgramSources()); in iterate()
706 glu::ProgramSources ProgramLogCase::getProgramSources (void) const in getProgramSources() function in deqp::gles31::Functional::__anonf1a717880111::ProgramLogCase
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp4315 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id()); in serialize()