Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp4978 auto* guestProgramInfo = info.mutable_guest_program_info(); in getProgramBinary() local
4989 guestProgramInfo->add_external_sampler_uniform_indices(index); in getProgramBinary()
5082 const auto& guestProgramInfo = programBinaryInfo.guest_program_info(); in s_glProgramBinary() local
5084 for (uint64_t index : guestProgramInfo.external_sampler_uniform_indices()) { in s_glProgramBinary()