HomeSort by relevance Sort by last modified time
    Searched defs:srcX0 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 718 const GLint srcX0 = *srcX, srcY0 = *srcY;
722 *destX = *destX + *srcX - srcX0;
779 clip_right_or_top(GLint *srcX0, GLint *srcX1,
792 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F;
793 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias);
802 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F;
803 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias);
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1
    [all...]
  /external/mesa3d/src/mesa/main/
image.c 718 const GLint srcX0 = *srcX, srcY0 = *srcY;
722 *destX = *destX + *srcX - srcX0;
779 clip_right_or_top(GLint *srcX0, GLint *srcX1,
792 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F;
793 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias);
802 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F;
803 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias);
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 761 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,
767 glGetCurrentContextPPAPI(), srcX0, srcY0, srcX1, srcY1, dstX0, dstY0,
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]

Completed in 408 milliseconds