ATI extentions

Hello!

I am strugling with OpenGL ES on XPERIA X1i. The problem is that despite I am getting valid addresses for some ATI specific functions I can not find definitions for them:
glBufferDataATI
glCheckVertexShaderInputColorATI
glCheckVertexShaderInputFieldATI
glCheckVertexShaderOutputColorATI
glCheckVertexShaderOutputFieldATI
glCheckVertexShaderSetupValidATI
glDrawVertexBufferObjectATI
glExecuteVertexShaderUcodeATI
glGetRenderBufferPointerATI
glLoadVertexShaderState1fATI
glLoadVertexShaderState4fvATI
glLoadVertexShaderUcodeATI
glMeshListATI
glReadVertexShaderOutputATI
glSetCurrentBinsATI
glSetVertexShaderGuardbandATI
glSetVertexShaderInputFormatATI
glSetVertexShaderOutputFormatATI

I also can not find deffinition for the following GLenum:
GL_ELEMENTS_ARRAY_BUFFER_ARB (I need to use it like this glBindBufferARB(L_ELEMENTS_ARRAY_BUFFER_ARB, index_buffer)).

I also can not find any information for the following extensions reported by the OpenGL ES API:
GL_ATI_texture_compression_atitc
GL_ATI_extended_texture_coordinate_data_formats

It will be great if somebody can provide some information for the described problems!

Best Regards,
Zhelyo Zhelev

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.