Home
last modified time | relevance | path

Searched refs:gles (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGles.cpp35 Gles gles; in Load() local
36 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 …]
DGraphicsDetectorGl.cpp67 auto gles = loadMethod == GlesLoadMethod::VIA_EGL ? GFXSTREAM_EXPECT(Gles::LoadFromEgl(&egl)) in GetGlesContextAvailability() local
70 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()
DGles.h35 if (GLenum error = gles->glGetError(); error != GL_NO_ERROR) { \
/hardware/google/gfxstream/
Dmeson.build34 use_gles = decoders.contains('gles') and with_host
55 'gles': use_gles,
DREADME.md74 - Frontends that result in actual Linux/macOS/Windows gles/vk libraries
Dmeson_options.txt524 'gles-lib-suffix',
705 'gles',
/hardware/google/gfxstream/qnx/nto/
Dbuild-gfxstream.sh19 -Ddecoders=gles,vulkan,composer \
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.h52 _VERBOSE_TAG(gles, "hardware OpenGLES emulation") \
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.csv211 # - http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt