Searched refs:IsGLExtensionSupported (Results 1 – 6 of 6) sorted by relevance
441 bool bIsPVRTCSupported = CPVRTgles2Ext::IsGLExtensionSupported("GL_IMG_texture_compression_pvrtc"); in PVRTTextureLoadFromPointer()442 …bool bIsPVRTC2Supported = CPVRTgles2Ext::IsGLExtensionSupported("GL_IMG_texture_compression_pvrtc2… in PVRTTextureLoadFromPointer()444 …bool bIsBGRA8888Supported = CPVRTgles2Ext::IsGLExtensionSupported("GL_IMG_texture_format_BGRA8888… in PVRTTextureLoadFromPointer()446 …bool bIsBGRA8888Supported = CPVRTgles2Ext::IsGLExtensionSupported("GL_APPLE_texture_format_BGRA88… in PVRTTextureLoadFromPointer()448 bool bIsFloat16Supported = CPVRTgles2Ext::IsGLExtensionSupported("GL_OES_texture_half_float"); in PVRTTextureLoadFromPointer()449 bool bIsFloat32Supported = CPVRTgles2Ext::IsGLExtensionSupported("GL_OES_texture_float"); in PVRTTextureLoadFromPointer()450 bool bIsTexture3DSupported = CPVRTgles2Ext::IsGLExtensionSupported("GL_OES_texture_3D"); in PVRTTextureLoadFromPointer()452 …bool bIsETCSupported = CPVRTgles2Ext::IsGLExtensionSupported("GL_OES_compressed_ETC1_RGB8_texture"… in PVRTTextureLoadFromPointer()
160 bool CPVRTgles2Ext::IsGLExtensionSupported(const char * const extension) in IsGLExtensionSupported() function in CPVRTgles2Ext
255 static bool IsGLExtensionSupported(const char * const extension);
71 bool CPVRTgles3Ext::IsGLExtensionSupported(const char * const extension) in IsGLExtensionSupported() function in CPVRTgles3Ext
91 static bool IsGLExtensionSupported(const char * const extension);
840 bool bIsPVRTCSupported = CPVRTgles3Ext::IsGLExtensionSupported("GL_IMG_texture_compression_pvrtc"); in PVRTTextureLoadFromPointer()842 …bool bIsBGRA8888Supported = CPVRTgles3Ext::IsGLExtensionSupported("GL_IMG_texture_format_BGRA8888… in PVRTTextureLoadFromPointer()844 …bool bIsBGRA8888Supported = CPVRTgles3Ext::IsGLExtensionSupported("GL_APPLE_texture_format_BGRA88… in PVRTTextureLoadFromPointer()847 …bool bIsETCSupported = CPVRTgles3Ext::IsGLExtensionSupported("GL_OES_compressed_ETC1_RGB8_texture"… in PVRTTextureLoadFromPointer()