Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp4996 GLint hostProgramBinaryLength = 0; in getProgramBinary() local
4997 ctx->m_glGetProgramiv_enc(ctx, program, GL_PROGRAM_BINARY_LENGTH, &hostProgramBinaryLength); in getProgramBinary()
5000 hostProgramBinary.resize(hostProgramBinaryLength, 'x'); in getProgramBinary()