Searched refs:gles (Results 1 – 9 of 9) sorted by relevance
35 Gles gles; in Load() local36 gles.lib_ = GFXSTREAM_EXPECT(Lib::Load(kGles2Lib)); in Load()40 gles.function_name = reinterpret_cast<return_type(*) signature>( \ in Load()41 gles.lib_.GetSymbol(#function_name)); \ in Load()42 if (gles.function_name == nullptr) { \ in Load()43 gles.function_name = reinterpret_cast<return_type(*) signature>( \ in Load()44 gles.lib_.GetSymbol(#function_name)); \ in Load()46 if (gles.function_name == nullptr) { \ in Load()47 gles.function_name = reinterpret_cast<return_type(*) signature>( \ in Load()48 gles.lib_.GetSymbol(#function_name "OES")); \ in Load()[all …]
67 auto gles = loadMethod == GlesLoadMethod::VIA_EGL ? GFXSTREAM_EXPECT(Gles::LoadFromEgl(&egl)) in GetGlesContextAvailability() local70 const GLubyte* gles_vendor = gles.glGetString(GL_VENDOR); in GetGlesContextAvailability()77 const GLubyte* gles_version = gles.glGetString(GL_VERSION); in GetGlesContextAvailability()84 const GLubyte* gles_renderer = gles.glGetString(GL_RENDERER); in GetGlesContextAvailability()91 const GLubyte* gles_extensions = gles.glGetString(GL_EXTENSIONS); in GetGlesContextAvailability()
35 if (GLenum error = gles->glGetError(); error != GL_NO_ERROR) { \
34 use_gles = decoders.contains('gles') and with_host55 'gles': use_gles,
74 - Frontends that result in actual Linux/macOS/Windows gles/vk libraries
524 'gles-lib-suffix',705 'gles',
19 -Ddecoders=gles,vulkan,composer \
52 _VERBOSE_TAG(gles, "hardware OpenGLES emulation") \
211 # - http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt