Home
last modified time | relevance | path

Searched refs:opengl (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/
DCMakeLists.txt20 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 …]
Dmeson.build6 '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 …]
DAndroid.bp38 "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",
Dopengles.cpp236 android::opengl::forEachProcessPipeIdRunAndErase([](uint64_t id) { in android_startOpenglesRenderer()
/hardware/google/gfxstream/host/gl/
DBUILD.bazel12 "//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/
DOpenglEsPipe.cpp62 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()
DGpuFrameBridge_unittest.cpp28 namespace opengl { namespace
DEmuglBackendList.cpp31 namespace opengl { namespace
DmacTouchOpenGL.m15 #include "host-common/opengl/macTouchOpenGL.h"
DEmuglBackendList_unittest.cpp24 namespace opengl { namespace
DGpuFrameBridge.cpp33 namespace opengl { namespace
DGLProcessPipe.cpp30 namespace opengl { namespace
Demugl_config.cpp42 using android::opengl::EmuglBackendList;
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
DOpenglEsPipe.h17 namespace opengl {
DGLProcessPipe.h19 namespace opengl {
DGpuFrameBridge.h26 namespace opengl {
DEmuglBackendList.h21 namespace opengl {
/hardware/google/gfxstream/host/renderControl_dec/
DBUILD.bazel10 "//hardware/google/gfxstream/common/opengl:gfxstream_opengl_headers",
/hardware/google/gfxstream/guest/
Dmeson.build47 inc_opengl_headers = include_directories('../common/opengl/include')
DBUILD.gn33 "../common/opengl/include",
/hardware/google/gfxstream/host/
DCMakeLists.txt238 # Basic opengl rendering tests##################################################
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.csv207 # - 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/
Dmeson_options.txt317 'opengl', boolean
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in168 #opengl extensions
/hardware/google/gfxstream/guest/mesa/
Dmeson.build97 with_opengl = get_option('opengl')