Searched defs:dstW (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/effects/ |
D | SkTestImageFilters.cpp | 38 int dstW = SkScalarRoundToInt(src.width() * scale); in onFilterImageDeprecated() local
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 508 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local 548 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local 654 const float dstW = float(dstSize.x()); in sampleTextureCube() local 847 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local 907 const float dstW = (float)dst.getWidth(); in sampleTextureCubeArray() local 1710 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local 1814 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local 1998 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local 2178 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local 2348 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local [all …]
|
/external/skia/src/core/ |
D | SkBitmapController.cpp | 112 const int dstW = SkScalarRoundToScalar(provider.width() / invScaleX); in processHQRequest() local
|
D | SkBitmapScaler.cpp | 208 static bool valid_for_resize(const SkPixmap& source, int dstW, int dstH) { in valid_for_resize()
|
D | SkScalerContext.cpp | 378 int dstW = srcW; in generateMask() local
|
/external/skia/src/gpu/ |
D | GrTextureToYUVPlanes.cpp | 22 static bool convert_texture(GrTexture* src, GrDrawContext* dst, int dstW, int dstH, in convert_texture()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 68 float dstW = (float)dst.getWidth(); in renderReference() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 65 float dstW = (float)dst.getWidth(); in renderReference() local
|
/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()
|
/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()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3119 int dstW = de::abs(dstX1-dstX0); in blitFramebuffer() local
|