/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.c | 780 GLint *dstX0, GLint *dstX1, 785 if (*dstX1 > maxValue) { 788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0); 791 *dstX1 = maxValue; 797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */ 798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1); 813 GLint *dstX0, GLint *dstX1, 820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */ 821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0) [all...] |
image.h | 131 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
|
fbobject.h | 205 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
/external/mesa3d/src/mesa/main/ |
image.c | 780 GLint *dstX0, GLint *dstX1, 785 if (*dstX1 > maxValue) { 788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0); 791 *dstX1 = maxValue; 797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */ 798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1); 813 GLint *dstX0, GLint *dstX1, 820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */ 821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0) [all...] |
image.h | 131 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
|
fbobject.h | 205 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blit.h | 67 int dstX1, int dstY1, 78 int dstX1, int dstY1,
|
u_blit.c | 377 int dstX1, int dstY1) 379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1)) 382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1)) 433 int dstX1, int dstY1, 464 dstX0, dstY0, dstX1, dstY1); 489 dstX0 < dstX1 && 492 (dstX1 - dstX0) == (srcX1 - srcX0) && 553 dstX0 = dstX1; 554 dstX1 = tmp; 772 (float) dstX1 / dst_surface->width * 2.0f - 1.0f [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.h | 67 int dstX1, int dstY1, 78 int dstX1, int dstY1,
|
u_blit.c | 377 int dstX1, int dstY1) 379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1)) 382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1)) 433 int dstX1, int dstY1, 464 dstX0, dstY0, dstX1, dstY1); 489 dstX0 < dstX1 && 492 (dstX1 - dstX0) == (srcX1 - srcX0) && 553 dstX0 = dstX1; 554 dstX1 = tmp; 772 (float) dstX1 / dst_surface->width * 2.0f - 1.0f [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_blit.c | 145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 160 &dstX0, &dstY0, &dstX1, &dstY1)) { 185 if (dstX0 < dstX1) { 187 info.dst.x1 = dstX1; 191 info.dst.x0 = dstX1; 244 dstSurf, dstX0, dstY0, dstX1, dstY1, 259 dstSurf, dstX0, dstY0, dstX1, dstY1, 303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1, 322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1, 332 dstStencilSurf, dstX0, dstY0, dstX1, dstY1 [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_blit.c | 145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 160 &dstX0, &dstY0, &dstX1, &dstY1)) { 185 if (dstX0 < dstX1) { 187 info.dst.x1 = dstX1; 191 info.dst.x0 = dstX1; 244 dstSurf, dstX0, dstY0, dstX1, dstY1, 259 dstSurf, dstX0, dstY0, dstX1, dstY1, 303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1, 322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1, 332 dstStencilSurf, dstX0, dstY0, dstX1, dstY1 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_blit.c | 110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 116 const GLint dstWidth = ABS(dstX1 - dstX0); 122 const GLint dstXpos = MIN2(dstX0, dstX1); 125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) 496 const GLint dstWidth = ABS(dstX1 - dstX0); 503 const GLint dstXpos = MIN2(dstX0, dstX1); 506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 714 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 730 &dstX0, &dstY0, &dstX1, &dstY1)) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 116 const GLint dstWidth = ABS(dstX1 - dstX0); 122 const GLint dstXpos = MIN2(dstX0, dstX1); 125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) 496 const GLint dstWidth = ABS(dstX1 - dstX0); 503 const GLint dstXpos = MIN2(dstX0, dstX1); 506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 714 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 730 &dstX0, &dstY0, &dstX1, &dstY1)) [all...] |
/external/chromium_org/gpu/GLES2/ |
gl2extchromium.h | 246 GL_APICALL void GL_APIENTRY glBlitFramebufferCHROMIUM (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); 249 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERCHROMIUMPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); 458 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); 462 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Extensions3D.cpp | 66 void Extensions3D::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter) 68 m_context->webContext()->blitFramebufferCHROMIUM(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 809 GLint dstX1, GLint dstY1, 826 srcX0 - srcX1 == dstX0 - dstX1 && 832 dstX0 >= 0 && dstX1 <= drawFb->Width && 859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 865 dstX0, dstY0, dstX1, dstY1, 873 dstX0, dstY0, dstX1, dstY1, 881 dstX0, dstY0, dstX1, dstY1,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 809 GLint dstX1, GLint dstY1, 826 srcX0 - srcX1 == dstX0 - dstX1 && 832 dstX0 >= 0 && dstX1 <= drawFb->Width && 859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 865 dstX0, dstY0, dstX1, dstY1, 873 dstX0, dstY0, dstX1, dstY1, 881 dstX0, dstY0, dstX1, dstY1,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.h | 79 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
meta.c | [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.h | 79 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_blorp_blit.cpp | 149 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1, 194 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 210 fixup_mirroring(mirror_x, dstX0, dstX1); 215 if (srcX1 - srcX0 != dstX1 - dstX0) return false; 220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1, 229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1, 267 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y); 278 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y); 288 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp_blit.cpp | 149 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1, 194 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 210 fixup_mirroring(mirror_x, dstX0, dstX1); 215 if (srcX1 - srcX0 != dstX1 - dstX0) return false; 220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1, 229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1, 267 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y); 278 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y); 288 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y) [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLNoOpInterface.h | 313 GrGLint dstX1,
|
/external/skia/src/gpu/gl/ |
GrGLNoOpInterface.h | 313 GrGLint dstX1,
|