Home
last modified time | relevance | path

Searched refs:side (Results 1 – 22 of 22) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp69 int ApiGen::genProcTypes(const std::string &filename, SideType side) in genProcTypes() argument
80 fprintf(fp, "#ifndef __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
81 fprintf(fp, "#define __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
94 … fprintf(fp, " (%s_APIENTRY *%s_%s_proc_t) (", basename, e->name().c_str(), sideString(side)); in genProcTypes()
95 if (side == CLIENT_SIDE) { fprintf(fp, "void * ctx"); } in genProcTypes()
96 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); } in genProcTypes()
103 …if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", "… in genProcTypes()
109 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genProcTypes()
112 … fprintf(fp, " (%s_APIENTRY *%s_dec_%s_proc_t) (", basename, e->name().c_str(), sideString(side)); in genProcTypes()
130 int ApiGen::genFuncTable(const std::string &filename, SideType side) in genFuncTable() argument
[all …]
DApiGen.h45 const char *sideString(SideType side) { in sideString() argument
47 switch(side) { in sideString()
71 int genProcTypes(const std::string &filename, SideType side);
72 int genFuncTable(const std::string &filename, SideType side);
74 int genContext(const std::string &filename, SideType side);
75 int genContextImpl(const std::string &filename, SideType side);
77 int genEntryPoints(const std::string &filename, SideType side);
DREADME101 side. Thus, the data endianness that is sent across the wire is
102 determined by the ‘client’ side. It is up to the server side to
181 api_client_context.h - defines the client side dispatch table data
211 api_server_proc.h - type definitions for the server side procedures
325 unsupported - The encoder side implementation is pointed to "unsuppored reporting function".
DREADME.md8 over all of the host-side android-base port.
/device/google/contexthub/firmware/variant/
DREADME15 1.2 Kernel side
20 1.3 ContextHub side
/device/google/cuttlefish/
DAndroid.bp78 // We don't need Darwin host-side builds
152 // Defaults for cuttlefish modules that are available only in the host-side OS. Here "host" includes
156 // module is for the host-side VM (either Android or non-Android), "cuttlefish_host" shall be used.
/device/generic/goldfish-opengl/
DREADME1 This directory contains Android-side modules related to hardware OpenGL ES
2 emulation. The host-side modules and documentation are in
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md29 The RenderControl is analogous to EGL on the guest side. It has a similar API to
34 preserve them as EGL objects on the host side.
/device/generic/goldfish/data/
Dempty_data_disk1 This special file tells the host side to keep the data partition empty.
/device/google/gs-common/edgetpu/sepolicy/
Dfile_contexts33 # libfmq.so is dynamically loaded by the Tachyon client-side library libedgetpu_tachyon.google.so
/device/google/sunfish/
Dconfig.fs18 # by the device side of adb.
/device/linaro/poplar/installer/
DREADME34 * On PC side, run command below to update the bootloader.
/device/google/redfin/
Dconfig.fs18 # by the device side of adb.
/device/google/barbet/
Dconfig.fs18 # by the device side of adb.
/device/google/coral/
Dconfig.fs18 # by the device side of adb.
/device/linaro/hikey/installer/hikey960/
DREADME7 Both are located at the bottom side of the board.
/device/google/raviole/audio/oriole/cs35l41/fw/
Dreadme.md47 …n is sent to the driver and the command is ignored. This addresses a host-side timing issue for th…
/device/google/raviole/audio/raven/cs35l41/fw/
Dreadme.md52 host-side timing issue for these signals that could lead to a no-audio situation.
/device/google/sunfish/json-c/
DDoxyfile665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
/device/google/coral/json-c/
DDoxyfile665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
/device/google/redbull/json-c/
DDoxyfile665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto6719 // TODO(eseckler): Also use this message on the receiving side?