Lines Matching refs:cnx
304 egl_connection_t* const cnx = egl_get_connection(); in glGetString() local
305 return cnx->platform.glGetString(name); in glGetString()
309 egl_connection_t* const cnx = egl_get_connection(); in glGetStringi() local
310 return cnx->platform.glGetStringi(name, index); in glGetStringi()
314 egl_connection_t* const cnx = egl_get_connection(); in glGetBooleanv() local
315 return cnx->platform.glGetBooleanv(pname, data); in glGetBooleanv()
319 egl_connection_t* const cnx = egl_get_connection(); in glGetFloatv() local
320 return cnx->platform.glGetFloatv(pname, data); in glGetFloatv()
324 egl_connection_t* const cnx = egl_get_connection(); in glGetIntegerv() local
325 return cnx->platform.glGetIntegerv(pname, data); in glGetIntegerv()
329 egl_connection_t* const cnx = egl_get_connection(); in glGetInteger64v() local
330 return cnx->platform.glGetInteger64v(pname, data); in glGetInteger64v()