Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 24 of 24) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.attrib68 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
DrenderControl.in24 …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/
Dgles1.attrib125 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
Dgles1.in120 …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/
DYUVConverter.cpp188 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()
DYUVConverter.h54 void drawConvert(int x, int y, int width, int height, char* pixels);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib191 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 …]
Dgles3.in93 …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/
Dgles2_extensions.entries8 …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);
Dgles2_core.entries97 …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);
Dgles1_core.entries128 …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);
Dgles3_only.entries10 …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/
Dsocket_input_connector.cpp236 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()
Dinput_connector.h48 virtual Result<void> SendRotaryEvent(int pixels) = 0;
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js307 sendWheelEvent(pixels) { argument
311 pixels: parseInt(pixels, 10), property
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp499 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/
DAVDVirglRenderer.cpp87 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/
Dconnection_observer.cpp107 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/
Ddata_channels.cpp143 auto pixels = evt["pixels"].asInt(); in OnMessageInner() local
144 CF_EXPECT(observer()->OnWheelEvent(pixels)); in OnMessageInner()
Dconnection_observer.h56 virtual Result<void> OnWheelEvent(int pixels) = 0;
/device/generic/opengl-transport/host/commands/emugen/
DREADME270 …len pixels (pixels == NULL? 0 : (format_pixel_size(internalformat) * width * height * type_size(ty…
/device/google/sunfish/json-c/
DDoxyfile675 # 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/
DDoxyfile675 # 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/
DDoxyfile675 # 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