Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 03-May-2024 | 1.3 KiB | 54 | 45 | |
DEPS | D | 03-May-2024 | 100 | 6 | 5 | |
README.md | D | 03-May-2024 | 175 | 6 | 4 | |
command_buffer_client_impl.cc | D | 03-May-2024 | 7.9 KiB | 291 | 217 | |
command_buffer_client_impl.h | D | 03-May-2024 | 3.7 KiB | 106 | 79 | |
gles2_context.cc | D | 03-May-2024 | 2.5 KiB | 62 | 47 | |
gles2_context.h | D | 03-May-2024 | 1.6 KiB | 59 | 43 | |
gles2_impl.cc | D | 03-May-2024 | 2.4 KiB | 75 | 57 | |
gles2_impl_export.h | D | 03-May-2024 | 789 | 32 | 20 |
README.md
1Mojo GLES2 2========== 3 4We export this dynamically linked library via mojo/public/gles2 in order to 5hide the gpu/command_buffer/client dependency from clients of the Mojo API. 6