Searched defs:destY (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp222 double* destY,
225 m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace);
218 NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double* destX, double* destY, NPCoordinateSpace destSpace) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
585 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
592 GLint *destX, GLint *destY,
620 if (*destY < buffer->_Ymin) {
621 unpack->SkipRows += (buffer->_Ymin - *destY);
622 *height -= (buffer->_Ymin - *destY);
623 *destY = buffer->_Ymin;
626 if (*destY + *height > buffer->_Ymax)
627 *height -= (*destY + *height - buffer->_Ymax);
631 if (*destY > buffe
591 _mesa_clip_drawpixels(const struct gl_context *ctx, GLint *destX, GLint *destY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *unpack) argument
712 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dimage.c584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
585 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
592 GLint *destX, GLint *destY,
620 if (*destY < buffer->_Ymin) {
621 unpack->SkipRows += (buffer->_Ymin - *destY);
622 *height -= (buffer->_Ymin - *destY);
623 *destY = buffer->_Ymin;
626 if (*destY + *height > buffer->_Ymax)
627 *height -= (*destY + *height - buffer->_Ymax);
631 if (*destY > buffe
591 _mesa_clip_drawpixels(const struct gl_context *ctx, GLint *destX, GLint *destY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *unpack) argument
712 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) argument
[all...]
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc1080 double *destX, double *destY,
1085 sourceX, sourceY, sourceSpace, destX, destY, destSpace);
1078 NPN_ConvertPoint(NPP id, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c718 GLint destX, GLint destY, GLint destZ,
752 destX, destY, width, height);
917 GLint destX, GLint destY, GLint destZ,
1016 destX, destY, destZ + stImage->base.Face,
1079 destX, destY,
1080 destX + width, destY + height,
1097 destX, destY, destZ,
714 fallback_copy_texsubimage(struct gl_context *ctx, struct st_renderbuffer *strb, struct st_texture_image *stImage, GLenum baseFormat, GLint destX, GLint destY, GLint destZ, GLint srcX, GLint srcY, GLsizei width, GLsizei height) argument
915 st_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint destX, GLint destY, GLint destZ, struct gl_renderbuffer *rb, GLint srcX, GLint srcY, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c718 GLint destX, GLint destY, GLint destZ,
752 destX, destY, width, height);
917 GLint destX, GLint destY, GLint destZ,
1016 destX, destY, destZ + stImage->base.Face,
1079 destX, destY,
1080 destX + width, destY + height,
1097 destX, destY, destZ,
714 fallback_copy_texsubimage(struct gl_context *ctx, struct st_renderbuffer *strb, struct st_texture_image *stImage, GLenum baseFormat, GLint destX, GLint destY, GLint destZ, GLint srcX, GLint srcY, GLsizei width, GLsizei height) argument
915 st_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint destX, GLint destY, GLint destZ, struct gl_renderbuffer *rb, GLint srcX, GLint srcY, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_reg.h946 uint32 destY; member in struct:__anon14102
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h946 uint32 destY; member in struct:__anon27513
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc8769 GLint destY = dy; local
8772 destX, destY, copyX, copyY,
8894 GLint destY = yoffset + dy; local
8897 destX, destY, copyX, copyY,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 335 milliseconds