/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 68 dir pixels out 71 dir pixels in 72 var_flag pixels isLarge 99 dir pixels in 100 len pixels pixels_size 101 var_flag pixels DMA
|
D | renderControl.in | 24 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void *pixels) 25 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void *pixels) 35 …x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_s…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 125 dir pixels out 126 len pixels glesv1_enc::pixelDataSize(self, width, height, format, type, 1) 133 dir pixels in 134 len pixels glesv1_enc::pixelDataSize(self, width, height, format, type, 0) 135 var_flag pixels nullAllowed isLarge 138 len pixels glesv1_enc::pixelDataSize(self, width, height, format, type, 0) 139 var_flag pixels nullAllowed isLarge
|
D | gles1.in | 120 …ixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) 135 …mat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) 140 …et, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
|
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 188 void* pixels) { in subUpdateYUVGLTex() argument 194 pixels); in subUpdateYUVGLTex() 414 char* pixels) { in drawConvert() argument 426 pixels + yoff); in drawConvert() 429 pixels + uoff); in drawConvert() 432 pixels + voff); in drawConvert()
|
D | YUVConverter.h | 54 void drawConvert(int x, int y, int width, int height, char* pixels);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 191 dir pixels out 192 len pixels glesv2_enc::pixelDataSize(self, width, height, format, type, 1) 201 dir pixels in 202 len pixels glesv2_enc::pixelDataSize(self, width, height, format, type, 0) 203 var_flag pixels nullAllowed isLarge 206 len pixels glesv2_enc::pixelDataSize(self, width, height, format, type, 0) 207 var_flag pixels nullAllowed isLarge 266 len pixels glesv2_enc::pixelDataSize3D(self, width, height, depth, format, type, 0) 267 var_flag pixels nullAllowed isLarge 270 len pixels glesv2_enc::pixelDataSize3D(self, width, height, depth, format, type, 0) [all …]
|
D | gles3.in | 93 …ixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) 106 …mat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) 111 …et, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels) 150 …dth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels) 151 …et, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_extensions.entries | 8 …idth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 9 …set, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
|
D | gles2_core.entries | 97 …dPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 110 …rmat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 115 …set, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
|
D | gles1_core.entries | 128 …ixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels); 143 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels); 148 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
|
D | gles3_only.entries | 10 …idth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 11 …set, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
|
/device/google/cuttlefish/host/libs/input_connector/ |
D | socket_input_connector.cpp | 236 Result<void> SendRotaryEvent(int pixels) override; 343 Result<void> InputSocketsEventSink::SendRotaryEvent(int pixels) { in SendRotaryEvent() argument 347 buffer->AddEvent(EV_REL, REL_WHEEL, pixels); in SendRotaryEvent()
|
D | input_connector.h | 48 virtual Result<void> SendRotaryEvent(int pixels) = 0;
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 307 sendWheelEvent(pixels) { argument 311 pixels: parseInt(pixels, 10), property
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 499 char* pixels) { in updateHostColorBuffer() argument 511 char* to_send = pixels; in updateHostColorBuffer() 524 to_send, pixels, in updateHostColorBuffer() 566 yv12_to_rgb888(to_send, pixels, in updateHostColorBuffer() 574 yuv420p_to_rgb888(to_send, pixels, in updateHostColorBuffer()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | AVDVirglRenderer.cpp | 87 const void* pixels); 483 void* pixels = malloc(res->linearSize); in virgl_renderer_get_cursor_data() local 484 memcpy(pixels, res->linear, res->linearSize); in virgl_renderer_get_cursor_data() 487 return pixels; in virgl_renderer_get_cursor_data()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 107 Result<void> OnWheelEvent(int pixels) { in OnWheelEvent() argument 108 CF_EXPECT(input_events_sink_->SendRotaryEvent(pixels)); in OnWheelEvent()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | data_channels.cpp | 143 auto pixels = evt["pixels"].asInt(); in OnMessageInner() local 144 CF_EXPECT(observer()->OnWheelEvent(pixels)); in OnMessageInner()
|
D | connection_observer.h | 56 virtual Result<void> OnWheelEvent(int pixels) = 0;
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 270 …len pixels (pixels == NULL? 0 : (format_pixel_size(internalformat) * width * height * type_size(ty…
|
/device/google/sunfish/json-c/ |
D | Doxyfile | 675 # used to set the initial width (in pixels) of the frame in which the tree 1108 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
/device/google/coral/json-c/ |
D | Doxyfile | 675 # used to set the initial width (in pixels) of the frame in which the tree 1108 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
/device/google/redbull/json-c/ |
D | Doxyfile | 675 # used to set the initial width (in pixels) of the frame in which the tree 1108 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
|