| /external/swiftshader/src/WSI/ |
| D | XcbSurfaceKHR.cpp | 128 …int bytesPerPixel = static_cast<int>(image->getImage()->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes… in allocateImageMemory() local 188 …int bytesPerPixel = static_cast<int>(image->getImage()->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes… in present() local
|
| D | Win32SurfaceKHR.cpp | 99 int bytesPerPixel = static_cast<int>(vkImage->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes()); in present() local
|
| /external/okio/samples/src/jvmMain/kotlin/okio/samples/ |
| D | BitmapEncoder.kt | 66 val bytesPerPixel = 3 in <lambda>() constant
|
| /external/skia/src/codec/ |
| D | SkCodecPriv.h | 121 static inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp() 135 const uint32_t bytesPerPixel = bitsPerPixel / 8; in compute_row_bytes() local
|
| D | SkMasks.cpp | 126 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
|
| D | SkWuffsCodec.cpp | 447 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local 494 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
|
| D | SkSwizzler.cpp | 275 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_565() 313 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_565() 450 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_565()
|
| D | SkPngCodec.cpp | 459 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
|
| /external/angle/src/tests/gl_tests/ |
| D | TextureUploadFormatTest.cpp | 34 uint8_t bytesPerPixel() const in bytesPerPixel() function 307 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
|
| /external/skia/src/gpu/graphite/ |
| D | UploadTask.cpp | 28 size_t bytesPerPixel, in UploadInstance() 44 size_t bytesPerPixel, in compute_combined_buffer_size()
|
| /external/glide/library/src/main/java/com/bumptech/glide/util/ |
| D | Util.java | 94 int bytesPerPixel; in getBytesPerPixel() local
|
| /external/okio/samples/src/jvmMain/java/okio/samples/ |
| D | BitmapEncoder.java | 80 int bytesPerPixel = 3; in encode() local
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | PixelTransfer11.cpp | 132 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
|
| D | TextureStorage11.cpp | 4251 unsigned int bytesPerPixel = in TextureStorage11_Buffer() local 4334 UINT bytesPerPixel = static_cast<UINT>(d3d11::GetDXGIFormatSizeInfo(format).pixelBytes); in createSRVForSampler() local 4356 UINT bytesPerPixel = static_cast<UINT>(d3d11::GetDXGIFormatSizeInfo(format).pixelBytes); in createSRVForImage() local 4377 unsigned bytesPerPixel = d3d11::GetDXGIFormatSizeInfo(format).pixelBytes; in createUAVForImage() local
|
| /external/mesa3d/src/gallium/targets/haiku-softpipe/ |
| D | SoftwareRenderer.cpp | 177 uint8 bytesPerPixel = bytesPerRow / fBitmap->Bounds().IntegerWidth(); in SwapBuffers() local
|
| /external/skia/include/core/ |
| D | SkImageInfo.h | 478 int bytesPerPixel() const { return fColorInfo.bytesPerPixel(); } in bytesPerPixel() function
|
| D | SkBitmap.h | 187 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
|
| /external/skia/src/core/ |
| D | SkImageInfo.cpp | 86 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
|
| /external/mesa3d/src/mesa/main/ |
| D | image.c | 312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride() local 359 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride() local
|
| /external/skia/src/gpu/graphite/text/ |
| D | AtlasManager.cpp | 181 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
| /external/OpenCL-CTS/test_conformance/d3d10/ |
| D | harness.h | 87 UINT bytesPerPixel; member
|
| /external/OpenCL-CTS/test_conformance/d3d11/ |
| D | harness.h | 88 UINT bytesPerPixel; member
|
| /external/skia/src/gpu/ganesh/text/ |
| D | GrAtlasManager.cpp | 162 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
| /external/autotest/client/deps/nvmap_compactor/src/ |
| D | nvmap_carveout_compactor.c | 137 int x, y, bytesPerPixel; in CreateTexture() local
|
| /external/skia/src/gpu/ganesh/ |
| D | GrDataUtils.cpp | 286 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize()
|