Home
last modified time | relevance | path

Searched refs:IsGLExtensionSupported (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp441 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()
DPVRTgles2Ext.cpp160 bool CPVRTgles2Ext::IsGLExtensionSupported(const char * const extension) in IsGLExtensionSupported() function in CPVRTgles2Ext
DPVRTgles2Ext.h255 static bool IsGLExtensionSupported(const char * const extension);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTgles3Ext.cpp71 bool CPVRTgles3Ext::IsGLExtensionSupported(const char * const extension) in IsGLExtensionSupported() function in CPVRTgles3Ext
DPVRTgles3Ext.h91 static bool IsGLExtensionSupported(const char * const extension);
DPVRTTextureAPI.cpp840 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()