Searched refs:side (Results 1 – 20 of 20) sorted by relevance
/device/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.h | 45 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);
|
D | ApiGen.cpp | 69 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 …]
|
D | README.md | 8 over all of the host-side android-base port.
|
D | README | 101 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".
|
/device/google/contexthub/firmware/variant/ |
D | README | 15 1.2 Kernel side 20 1.3 ContextHub side
|
/device/generic/goldfish-opengl/ |
D | README | 1 This directory contains Android-side modules related to hardware OpenGL ES 2 emulation. The host-side modules and documentation are in
|
/device/google/cuttlefish/ |
D | Android.bp | 42 // We don't need Darwin host-side builds 64 // We don't need Darwin host-side builds
|
/device/google/wahoo/ |
D | config.fs | 18 # by the device side of adb.
|
/device/google/crosshatch/ |
D | config.fs | 18 # by the device side of adb.
|
/device/google/bonito/ |
D | config.fs | 18 # by the device side of adb.
|
/device/linaro/poplar/installer/ |
D | README | 34 * On PC side, run command below to update the bootloader.
|
/device/google/coral/ |
D | config.fs | 18 # by the device side of adb.
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 7 Both are located at the bottom side of the board.
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 29 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/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | file_contexts | 187 # Hexagon DSP-side executable needed for Halide operation
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | file_contexts | 196 # Hexagon DSP-side executable needed for Halide operation
|
/device/google/wahoo/sepolicy/vendor/ |
D | file_contexts | 237 # Hexagon DSP host runtime and DSP-side executable needed for Halide operation
|
/device/google/bonito/json-c/ |
D | Doxyfile | 665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
|
/device/google/coral/json-c/ |
D | Doxyfile | 665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
|