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.cpp451 functions->hasGLESExtension("GL_EXT_color_buffer_half_float")) in GenerateTextureFormatCaps()
704 functions->hasGLESExtension("GL_OES_texture_3D")) in GenerateCaps()
767 functions->hasGLESExtension("GL_EXT_draw_buffers")) in GenerateCaps()
819 functions->hasGLESExtension("GL_OES_get_program_binary")) in GenerateCaps()
1059 functions->hasGLESExtension("GL_EXT_multisampled_render_to_texture")) in GenerateCaps()
1317 functions->hasGLESExtension("GL_OES_texture_cube_map_array") || in GenerateCaps()
1318 functions->hasGLESExtension("GL_EXT_texture_cube_map_array") || in GenerateCaps()
1349 functions->hasGLESExtension("GL_OES_element_index_uint"); in GenerateCaps()
1353 functions->hasGLESExtension("GL_EXT_read_format_bgra"); in GenerateCaps()
1358 functions->hasGLESExtension("GL_NV_pixel_buffer_object"); in GenerateCaps()
[all …]
Dformatutilsgl.cpp550 !functions->hasGLESExtension("GL_OES_texture_float")) || in GetNativeInternalFormat()
552 !functions->hasGLESExtension("GL_OES_texture_half_float"))) in GetNativeInternalFormat()
575 else if (!functions->hasGLESExtension("GL_EXT_sRGB")) in GetNativeInternalFormat()
588 !functions->hasGLESExtension("GL_OES_depth_texture")) in GetNativeInternalFormat()
595 !functions->hasGLESExtension("GL_OES_depth32")) in GetNativeInternalFormat()
647 if (!functions->hasGLESExtension("GL_EXT_sRGB") || in GetNativeFormat()
661 if ((type == GL_FLOAT && !functions->hasGLESExtension("GL_OES_texture_float")) || in GetNativeFormat()
663 !functions->hasGLESExtension("GL_OES_texture_half_float"))) in GetNativeFormat()
726 if (!IsLUMAFormat(format) || !functions->hasGLESExtension("GL_OES_texture_half_float")) in GetNativeType()
741 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.cpp229 bool FunctionsGL::hasGLESExtension(const std::string &ext) const in hasGLESExtension() function in rx::FunctionsGL
DRendererGL.cpp167 mFunctions->hasGLESExtension("GL_KHR_debug"); in RendererGL()