Searched refs:dstW (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/src/Renderer/
H A DETC_Decoder.hpp34 /// @param dstW dst image width
40 static bool Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
H A DETC_Decoder.cpp648 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) argument
664 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED);
676 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_RG_SIGNED);
687 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType == ETC_RGB_PUNCHTHROUGH_ALPHA);
698 ETC2::DecodeBlock(&sources[0], &(alphaValues[0][0]), 1, x, y, dstW, dstH, 4, false);
702 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false);
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp471 float dstW = (float)dst.getWidth(); local
486 float nx = wx / dstW;
490 float triWx = triNdx ? dstW - wx : wx;
511 float dstW = (float)dst.getWidth(); local
529 float nx = wx / dstW;
533 float triWx = triNdx ? dstW - wx : wx;
617 const float dstW = float(dstSize.x()); local
635 const float nx = wx / dstW;
645 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy),
646 triDerivateX(triT[triNdx], triW[triNdx], wx, dstW, triN
810 float dstW = (float)dst.getWidth(); local
870 const float dstW = (float)dst.getWidth(); local
1244 const float dstW = float(dstSize.x()); local
1348 const float dstW = float(dstSize.x()); local
1532 const float dstW = float(dstSize.x()); local
1712 const float dstW = float(dstSize.x()); local
1882 const float dstW = float(dstSize.x()); local
1990 const float dstW = float(dstSize.x()); local
2178 const float dstW = float(dstSize.x()); local
2358 const float dstW = float(dstSize.x()); local
2471 const float dstW = float(dstSize.x()); local
2593 const float dstW = float(dstSize.x()); local
2696 const float dstW = float(dst.getWidth()); local
2732 const float dstW = float(dst.getWidth()); local
2769 const float dstW = float(dst.getWidth()); local
[all...]
/external/skia/src/core/
H A DSkBitmapController.cpp123 const int dstW = SkScalarRoundToScalar(provider.width() / invScaleX); local
125 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH);
137 dstW, dstH, SkResourceCache::GetAllocator())) {
152 fInvMatrix.postScale(SkIntToScalar(dstW) / provider.width(),
H A DSkBitmapScaler.cpp202 static bool valid_for_resize(const SkPixmap& source, int dstW, int dstH) { argument
205 source.width() >= 1 && source.height() >= 1 && dstW >= 1 && dstH >= 1;
H A DSkScalerContext.cpp360 int dstW = srcW; local
377 dstW = 4*dstW - 8;
388 clip.setRect(SkIRect::MakeWH(dstW, dstH));
390 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH);
/external/skia/src/gpu/
H A DGrTextureToYUVPlanes.cpp23 GrRenderTargetContext* dst, int dstW, int dstH,
26 SkScalar xScale = SkIntToScalar(src->width()) / dstW;
29 if (dstW == src->width() && dstW == src->height()) {
52 SkRect::MakeIWH(dstW, dstH));
22 convert_proxy(sk_sp<GrTextureProxy> src, GrRenderTargetContext* dst, int dstW, int dstH, SkYUVColorSpace colorSpace, MakeFPProc proc) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c294 float dstW, float dstH, struct xa_surface *srf[])
314 add_vertex_1tex(r, dstX + dstW, dstY, s1, t0);
316 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1);
287 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c288 float dstX, float dstY, float dstW, float dstH,
307 add_vertex_1tex(r, dstX + dstW, dstY,
310 add_vertex_1tex(r, dstX + dstW, dstY + dstH,
286 setup_vertex_data_yuv(struct xorg_renderer *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct pipe_resource **tex) argument
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp66 float dstW = (float)dst.getWidth(); local
80 float nx = wx / dstW;
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp68 float dstW = (float)dst.getWidth(); local
82 float nx = wx / dstW;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3119 int dstW = de::abs(dstX1-dstX0);
3121 bool scale = srcW != dstW || srcH != dstH;
3127 IVec4 dstRect = IVec4(dstOriginX, dstOriginY, dstW, dstH);
3143 RC_IF_ERROR(srcW != dstW || srcH != dstH, GL_INVALID_OPERATION, RC_RET_VOID);

Completed in 264 milliseconds