Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5002 GLenum hostProgramBinaryFormat = 0; in getProgramBinary() local
5004 &hostProgramBinaryFormat, hostProgramBinary.data()); in getProgramBinary()
5006 hostProgramInfo->set_binary_format(static_cast<uint64_t>(hostProgramBinaryFormat)); in getProgramBinary()
5073 const auto hostProgramBinaryFormat = static_cast<GLenum>(hostProgramInfo.binary_format()); in s_glProgramBinary() local
5075 ctx->m_glProgramBinary_enc(self, program, hostProgramBinaryFormat, in s_glProgramBinary()