GLOBAL base_opcode 10000 encoder_headers "glUtils.h" rcGetEGLVersion dir major out len major sizeof(EGLint) dir minor out len minor sizeof(EGLint) rcQueryEGLString dir buffer out len buffer bufferSize rcGetNumConfigs dir numAttribs out len numAttribs sizeof(uint32_t) rcGetConfigs dir buffer out len buffer bufSize rcReadColorBuffer dir pixels out len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height) rcUpdateColorBuffer dir pixels in len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)