/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 508 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local 523 float nx = wx / dstW; in sampleTextureProjected() 527 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() 548 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local 566 float nx = wx / dstW; in sampleTextureProjected() 570 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() 654 const float dstW = float(dstSize.x()); in sampleTextureCube() local 672 const float nx = wx / dstW; in sampleTextureCube() 682 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube() 683 triDerivateX(triT[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube() [all …]
|
/external/skia/src/effects/ |
D | SkTestImageFilters.cpp | 38 int dstW = SkScalarRoundToInt(src.width() * scale); in onFilterImageDeprecated() local 40 if (dstW < 1) { in onFilterImageDeprecated() 41 dstW = 1; in onFilterImageDeprecated() 51 SkBaseDevice* dev = proxy->createDevice(dstW, dstH); in onFilterImageDeprecated()
|
/external/skia/src/core/ |
D | SkBitmapController.cpp | 112 const int dstW = SkScalarRoundToScalar(provider.width() / invScaleX); in processHQRequest() local 114 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH); in processHQRequest() 126 dstW, dstH, SkResourceCache::GetAllocator())) { in processHQRequest() 141 fInvMatrix.postScale(SkIntToScalar(dstW) / provider.width(), in processHQRequest()
|
D | SkBitmapScaler.cpp | 208 static bool valid_for_resize(const SkPixmap& source, int dstW, int dstH) { in valid_for_resize() argument 211 source.width() >= 1 && source.height() >= 1 && dstW >= 1 && dstH >= 1; in valid_for_resize()
|
D | SkScalerContext.cpp | 378 int dstW = srcW; in generateMask() local 395 dstW = 4*dstW - 8; in generateMask() 406 clip.setRect(SkIRect::MakeWH(dstW, dstH)); in generateMask() 408 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH); in generateMask()
|
/external/skia/src/gpu/ |
D | GrTextureToYUVPlanes.cpp | 22 static bool convert_texture(GrTexture* src, GrDrawContext* dst, int dstW, int dstH, in convert_texture() argument 25 SkScalar xScale = SkIntToScalar(src->width()) / dstW / src->width(); in convert_texture() 28 if (dstW == src->width() && dstW == src->height()) { in convert_texture() 46 dst->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), SkRect::MakeIWH(dstW, dstH)); in convert_texture()
|
/external/opencv3/3rdparty/include/ffmpeg_/libswscale/ |
D | swscale.h | 195 int dstW, int dstH, enum AVPixelFormat dstFormat, 322 int dstW, int dstH, enum AVPixelFormat dstFormat,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 288 float dstX, float dstY, float dstW, float dstH, in setup_vertex_data_yuv() argument 307 add_vertex_1tex(r, dstX + dstW, dstY, in setup_vertex_data_yuv() 310 add_vertex_1tex(r, dstX + dstW, dstY + dstH, in setup_vertex_data_yuv()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 294 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv() argument 314 add_vertex_1tex(r, dstX + dstW, dstY, s1, t0); in setup_vertex_data_yuv() 316 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1); in setup_vertex_data_yuv()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 68 float dstW = (float)dst.getWidth(); in renderReference() local 82 float nx = wx / dstW; in renderReference()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 65 float dstW = (float)dst.getWidth(); in renderReference() local 79 float nx = wx / dstW; in renderReference()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3119 int dstW = de::abs(dstX1-dstX0); in blitFramebuffer() local 3121 bool scale = srcW != dstW || srcH != dstH; in blitFramebuffer() 3127 IVec4 dstRect = IVec4(dstOriginX, dstOriginY, dstW, dstH); in blitFramebuffer() 3143 RC_IF_ERROR(srcW != dstW || srcH != dstH, GL_INVALID_OPERATION, RC_RET_VOID); in blitFramebuffer()
|