This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Texture mapping using openGL ES 2.0 on Sgx core

Hi everyone,

I have done texture mapping on Rgb888 image format, but I got following errors.

[   62.609937] HighMem: 0*4kB 0*8kB 1*16kB (R) 0*32kB 0*64kB 1*128kB (R) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB 0*8192kB = 144kB
[   62.622250] 1060 total pagecache pages
[   62.626052] 0 pages in swap cache
[   62.629423] Swap cache stats: add 0, delete 0, find 0/0
[   62.634761] Free swap  = 0kB
[   62.637804] Total swap = 0kB
[   62.650898] 262144 pages of RAM
[   62.654136] 2982 free pages
[   62.656973] 103558 reserved pages
[   62.660531] 2637 slab pages
[   62.663515] 38258 pages shared
[   62.666613] 0 pages swap cached
[   62.669923] [ pid ]   uid  tgid total_vm      rss nr_ptes swapents oom_score_adj name
[   62.677965] [ 1263]     0  1263      784      206       4        0         -1000 udevd
[   62.685975] [ 1720]     0  1720      467       17       3        0             0 udhcpc
[   62.694212] [ 1727]   999  1727      587       41       3        0             0 dbus-daemon
[   62.702833] [ 1734]     0  1734      293       14       3        0             0 uim
[   62.710871] [ 1737]     0  1737      467       16       3        0             0 telnetd
[   62.719092] [ 1742]     0  1742     2428       26       4        0             0 lad_dra7xx
[   62.727524] [ 1751]   997  1751      483       43       4        0             0 rpcbind
[   62.735696] [ 1764]   996  1764      419       32       3        0             0 rpc.statd
[   62.744180] [ 1775]     0  1775      467       15       3        0             0 syslogd
[   62.752354] [ 1778]     0  1778      467       18       3        0             0 klogd
[   62.760361] [ 1783] 65534  1783      563      149       4        0             0 thttpd
[   62.768481] [ 1790]     0  1790      647       77       3        0             0 sh
[   62.776205] [ 1791]     0  1791      468       16       3        0             0 getty
[   62.784291] [ 1864]     0  1864   273673   123260     415        0             0 vision_sdk_linu
[   62.793225] [ 1886]     0  1886      783      206       4        0         -1000 udevd
[   62.801294] [ 1894]     0  1894      783      206       4        0         -1000 udevd
[   62.809305] Out of memory: Kill process 1864 (vision_sdk_linu) score 756 or sacrifice child
[   62.817851] Killed process 1864 (vision_sdk_linu) total-vm:1094692kB, anon-rss:344680kB, file-rss:148392kB
Killed

Please suggest me and guide me if I'm going wrong

Thanks,

Poonam