Home
last modified time | relevance | path

Searched refs:setProgramSources (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture_mock.cpp58 void FrameCaptureShared::setProgramSources(gl::ShaderProgramID id, ProgramSources sources) {} in setProgramSources() function in angle::FrameCaptureShared
H A DFrameCapture.h631 void setProgramSources(gl::ShaderProgramID id, ProgramSources sources);
H A DFrameCapture.cpp7939 setProgramSources(programID, source); in maybeCapturePreCallUpdates()
8019 setProgramSources(programID, GetAttachedProgramSources(context, program)); in maybeCapturePreCallUpdates()
9989 void FrameCaptureShared::setProgramSources(gl::ShaderProgramID id, ProgramSources sources) in setProgramSources() function in angle::FrameCaptureShared
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp2321 context->getShareGroup()->getFrameCaptureShared()->setProgramSources(id(), in deserialize()