Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp4971 GLint properLength = 0; in s_glGetProgramBinary() local
4972 ctx->m_glGetProgramiv_enc(self, program, GL_PROGRAM_BINARY_LENGTH, &properLength); in s_glGetProgramBinary()
4975 SET_ERROR_IF(bufSize < properLength, GL_INVALID_OPERATION); in s_glGetProgramBinary()