Searched refs:destHeight (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 104 int destWidth, int destHeight, int destDepth, in Decode() 127 write_imageblock(dest, ib.get(), destWidth, destHeight, destDepth, bytes, destPitchB, destSliceB, isUnsignedByte, in Decode() 103 Decode(const unsigned char *source, unsigned char *dest, int destWidth, int destHeight, int destDepth, int bytes, int destPitchB, int destSliceB, int xBlockSize, int yBlockSize, int zBlockSize, int xblocks, int yblocks, int zblocks, bool isUnsignedByte) Decode() argument
|
H A D | ASTC_Decoder.hpp | 18 int destWidth, int destHeight, int destDepth,
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferGDI.cpp | 90 int destHeight = destRect ? destRect->y1 - destRect->y0 : bounds.bottom - bounds.top; in blit() local 92 StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, SRCCOPY); in blit()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 309 int destHeight = params.area.height; in PackPixels() local 343 destHeight = params.area.width; in PackPixels() 365 destHeight = params.area.width; in PackPixels() 390 for (int y = 0; y < destHeight; ++y) in PackPixels() 417 for (int y = 0; y < destHeight; ++y) in PackPixels()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 790 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 775 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 774 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 774 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
Completed in 14 milliseconds