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

  /external/swiftshader/src/OpenGL/libGL/
Texture.cpp 241 bool Texture::copy(Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, Image *dest)
245 sw::SliceRect destRect(xoffset, yoffset, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sourceRect.y1 - sourceRect.y0), 0);
246 sw::SliceRect sourceSliceRect(sourceRect);
437 sw::Rect sourceRect = {x, y, x + width, y + height};
438 sourceRect.clip(0, 0, source->getColorbuffer()->getWidth(), source->getColorbuffer()->getHeight());
440 copy(renderTarget, sourceRect, format, 0, 0, image[level]);
466 sw::Rect sourceRect = {x, y, x + width, y + height}
    [all...]
Context.cpp     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java 166 Rect sourceRect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight());
168 RectF targetRect = getTargetRect(sourceRect, surfaceRect);
172 canvas.drawBitmap(bitmap, sourceRect, targetRect, new Paint());
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.cpp 276 bool Texture::copy(egl::Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, egl::Image *dest)
280 sw::SliceRect destRect(xoffset, yoffset, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sourceRect.y1 - sourceRect.y0), 0);
281 sw::SliceRect sourceSliceRect(sourceRect);
520 sw::Rect sourceRect = {x, y, x + width, y + height};
521 sourceRect.clip(0, 0, source->getColorbuffer()->getWidth(), source->getColorbuffer()->getHeight());
523 copy(renderTarget, sourceRect, format, 0, 0, image[level]);
549 sw::Rect sourceRect = {x, y, x + width, y + height}
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp     [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 491 milliseconds