/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | CMakeLists.txt | 20 opengl/macTouchOpenGL.m 21 opengl/NativeGpuInfo_darwin.cpp) 24 opengl/NativeGpuInfo_windows.cpp) 27 opengl/NativeGpuInfo_linux.cpp) 36 opengl/misc.cpp 39 # and opengl es pipe 41 opengl/EmuglBackendList.cpp 42 # opengl/EmuglBackendList_unittest.cpp 43 opengl/emugl_config.cpp 44 # opengl/emugl_config_unittest.cpp [all …]
|
D | meson.build | 6 'opengl/EmuglBackendList.cpp', 7 'opengl/emugl_config.cpp', 8 'opengl/GLProcessPipe.cpp', 9 'opengl/GpuFrameBridge.cpp', 10 'opengl/gpuinfo.cpp', 11 'opengl/logger.cpp', 12 'opengl/misc.cpp', 13 'opengl/OpenglEsPipe.cpp', 17 'opengl/macTouchOpenGL.m', 18 'opengl/NativeGpuInfo_darwin.cpp', [all …]
|
D | Android.bp | 38 "opengl/EmuglBackendList.cpp", 39 "opengl/emugl_config.cpp", 40 "opengl/GLProcessPipe.cpp", 41 "opengl/GpuFrameBridge.cpp", 42 "opengl/gpuinfo.cpp", 43 "opengl/logger.cpp", 44 "opengl/misc.cpp", 45 "opengl/OpenglEsPipe.cpp", 46 "opengl/NativeGpuInfo_linux.cpp",
|
D | opengles.cpp | 236 android::opengl::forEachProcessPipeIdRunAndErase([](uint64_t id) { in android_startOpenglesRenderer()
|
/hardware/google/gfxstream/host/gl/ |
D | BUILD.bazel | 12 "//hardware/google/gfxstream/common/opengl:gfxstream_opengl_headers", 20 "gl-host-common/opengl/macTouchOpenGL.m", 22 hdrs = ["gl-host-common/include/host-common/opengl/macTouchOpenGL.h"], 105 "//hardware/google/gfxstream/common/opengl:gfxstream_opengl_headers", 149 "//hardware/google/gfxstream/common/opengl:gfxstream_opengl_headers", 159 "gl-host-common/opengl/EmuglBackendList.cpp", 160 "gl-host-common/opengl/GLProcessPipe.cpp", 161 "gl-host-common/opengl/GpuFrameBridge.cpp", 162 "gl-host-common/opengl/OpenglEsPipe.cpp", 163 "gl-host-common/opengl/emugl_config.cpp", [all …]
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | OpenglEsPipe.cpp | 62 namespace opengl { namespace 332 if (android::opengl::recvMode == android::opengl::RecvMode::Android) { in onGuestRecv() 361 } else if (android::opengl::recvMode == android::opengl::RecvMode::Fuchsia) { in onGuestRecv() 590 android::opengl::registerPipeService(); in android_init_opengles_pipe() 594 android::opengl::pipeSetRecvMode(mode); in android_opengles_pipe_set_recv_mode()
|
D | GpuFrameBridge_unittest.cpp | 28 namespace opengl { namespace
|
D | EmuglBackendList.cpp | 31 namespace opengl { namespace
|
D | macTouchOpenGL.m | 15 #include "host-common/opengl/macTouchOpenGL.h"
|
D | EmuglBackendList_unittest.cpp | 24 namespace opengl { namespace
|
D | GpuFrameBridge.cpp | 33 namespace opengl { namespace
|
D | GLProcessPipe.cpp | 30 namespace opengl { namespace
|
D | emugl_config.cpp | 42 using android::opengl::EmuglBackendList;
|
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/ |
D | OpenglEsPipe.h | 17 namespace opengl {
|
D | GLProcessPipe.h | 19 namespace opengl {
|
D | GpuFrameBridge.h | 26 namespace opengl {
|
D | EmuglBackendList.h | 21 namespace opengl {
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | BUILD.bazel | 10 "//hardware/google/gfxstream/common/opengl:gfxstream_opengl_headers",
|
/hardware/google/gfxstream/guest/ |
D | meson.build | 47 inc_opengl_headers = include_directories('../common/opengl/include')
|
D | BUILD.gn | 33 "../common/opengl/include",
|
/hardware/google/gfxstream/host/ |
D | CMakeLists.txt | 238 # Basic opengl rendering tests##################################################
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.csv | 207 # - http://www.opengl.org/registry/specs/EXT/texture_compression_s3tc.txt 208 # - http://www.opengl.org/registry/specs/ARB/texture_compression_rgtc.txt 209 # - http://www.opengl.org/registry/specs/EXT/texture_compression_latc.txt 210 # - http://www.opengl.org/registry/specs/ARB/texture_compression_bptc.txt
|
/hardware/google/gfxstream/ |
D | meson_options.txt | 317 'opengl', boolean
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 168 #opengl extensions
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 97 with_opengl = get_option('opengl')
|