Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp532 functions->hasGLESExtension("GL_EXT_color_buffer_half_float")) in GenerateTextureFormatCaps()
774 functions->hasGLESExtension("GL_OES_texture_3D")) in GenerateCaps()
834 functions->hasGLESExtension("GL_EXT_draw_buffers")) in GenerateCaps()
886 functions->hasGLESExtension("GL_OES_get_program_binary")) in GenerateCaps()
1126 functions->hasGLESExtension("GL_EXT_multisampled_render_to_texture")) in GenerateCaps()
1391 functions->hasGLESExtension("GL_OES_texture_cube_map_array") || in GenerateCaps()
1392 functions->hasGLESExtension("GL_EXT_texture_cube_map_array") || in GenerateCaps()
1429 functions->hasGLESExtension("GL_OES_element_index_uint"); in GenerateCaps()
1433 functions->hasGLESExtension("GL_EXT_read_format_bgra"); in GenerateCaps()
1438 functions->hasGLESExtension("GL_NV_pixel_buffer_object"); in GenerateCaps()
[all …]
Dformatutilsgl.cpp560 !functions->hasGLESExtension("GL_OES_texture_float")) || in GetNativeInternalFormat()
562 !functions->hasGLESExtension("GL_OES_texture_half_float"))) in GetNativeInternalFormat()
585 else if (!functions->hasGLESExtension("GL_EXT_sRGB")) in GetNativeInternalFormat()
598 !functions->hasGLESExtension("GL_OES_depth_texture")) in GetNativeInternalFormat()
605 !functions->hasGLESExtension("GL_OES_depth32")) in GetNativeInternalFormat()
657 if (!functions->hasGLESExtension("GL_EXT_sRGB") || in GetNativeFormat()
671 if ((type == GL_FLOAT && !functions->hasGLESExtension("GL_OES_texture_float")) || in GetNativeFormat()
673 !functions->hasGLESExtension("GL_OES_texture_half_float"))) in GetNativeFormat()
735 if (!IsLUMAFormat(format) || !functions->hasGLESExtension("GL_OES_texture_half_float")) in GetNativeType()
750 ASSERT(functions->hasGLESExtension("GL_OES_texture_half_float")); in GetNativeType()
DFunctionsGL.h53 bool hasGLESExtension(const std::string &ext) const;
DFenceNVGL.cpp55 return functions->hasGLESExtension("GL_NV_fence") || functions->hasGLExtension("GL_NV_fence"); in Supported()
DFunctionsGL.cpp232 bool FunctionsGL::hasGLESExtension(const std::string &ext) const in hasGLESExtension() function in rx::FunctionsGL
DRendererGL.cpp175 mFunctions->hasGLESExtension("GL_KHR_debug"); in RendererGL()