/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | BitmapTest.java | 275 final int bytesPerPixel = 2; in testCopyWithDirectByteBuffer() local 313 final int bytesPerPixel = 2; in testCopyWithDirectShortBuffer() local 352 final int bytesPerPixel = 2; in testCopyWithDirectIntBuffer() local 391 final int bytesPerPixel = 2; in testCopyWithHeapByteBuffer() local 428 final int bytesPerPixel = 2; in testCopyWithHeapShortBuffer() local 465 final int bytesPerPixel = 2; in testCopyWithHeapIntBuffer() local
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/ |
H A D | ReadbackVts.cpp | 136 int32_t bytesPerPixel, void* bufferData, in fillBuffer() 215 const uint32_t stride, int32_t bytesPerPixel, in compareColorBuffers() 269 const uint32_t stride, int32_t bytesPerPixel, in compareColorBuffers() 365 int bytesPerPixel = -1; in checkReadbackBuffer() local 461 int32_t bytesPerPixel = -1; in fillBuffer() local
|
H A D | RenderEngineVts.cpp | 77 int32_t bytesPerPixel = -1; in checkColorBuffer() local 94 int32_t bytesPerPixel = -1; in checkColorBuffer() local
|
/aosp_15_r20/cts/tests/tests/nativehardware/jni/ |
H A D | AHardwareBufferTest.cpp | 359 int32_t bytesPerPixel = std::numeric_limits<int32_t>::min(); in TEST() local 503 const uint32_t bytesPerPixel = 2; in TEST() local 554 const uint32_t bytesPerPixel = 2; in TEST() local
|
/aosp_15_r20/frameworks/native/libs/nativewindow/ |
H A D | AHardwareBuffer.cpp | 232 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local 250 int32_t bytesPerPixel; in AHardwareBuffer_lock() local 328 int32_t bytesPerPixel; in AHardwareBuffer_lockPlanes() local
|
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A 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
|
H A D | Win32SurfaceKHR.cpp | 99 int bytesPerPixel = static_cast<int>(vkImage->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes()); in present() local
|
/aosp_15_r20/external/okio/samples/src/jvmMain/kotlin/okio/samples/ |
H A D | BitmapEncoder.kt | 66 val bytesPerPixel = 3 in encode() constant
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkCodecPriv.h | 123 static inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp() 137 const uint32_t bytesPerPixel = bitsPerPixel / 8; in compute_row_bytes() local
|
H A D | SkWuffsCodec.cpp | 480 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local 527 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | TextureUploadFormatTest.cpp | 34 uint8_t bytesPerPixel() const in bytesPerPixel() function 299 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 113 int* bytesPerPixel, in sGetFormatParameters() 255 int bytesPerPixel = 4; in create() local 1020 int bytesPerPixel = 1; in onLoad() local
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ReadbackVts.cpp | 114 int32_t bytesPerPixel = GetBytesPerPixel(pixelFormat); in fillBuffer() local 174 const int32_t bytesPerPixel = ReadbackHelper::GetBytesPerPixel(pixelFormat); in compareColorBuffers() local
|
/aosp_15_r20/frameworks/native/libs/ui/ |
H A D | PixelFormat.cpp | 23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | image.c | 312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride() local 360 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | TextureInfo.cpp | 131 size_t TextureInfo::bytesPerPixel() const { in bytesPerPixel() function in skgpu::graphite::TextureInfo
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | X11TestingSupport.cpp | 41 void* createNativePixmap(int width, int height, int bytesPerPixel) { in createNativePixmap()
|
D | GLSnapshotTestDispatch.cpp | 136 GLuint width, height, bytesPerPixel; in testDraw() local
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | CpuConsumer_test.cpp | 203 const int bytesPerPixel = 4; in checkPixel() local 257 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
|
/aosp_15_r20/frameworks/native/libs/ui/include/ui/ |
H A D | GraphicBufferMapper.h | 83 int32_t bytesPerPixel = -1; member
|
/aosp_15_r20/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | GraphicBufferMapper.h | 83 int32_t bytesPerPixel = -1; member
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMasks.cpp | 126 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/util/ |
H A D | Util.java | 94 int bytesPerPixel; in getBytesPerPixel() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | TextureSizeTest.cpp | 58 int bytesPerPixel = SkColorTypeBytesPerPixel(ct); in run_test() local
|
/aosp_15_r20/frameworks/layoutlib/jni/ |
H A D | android_view_LayoutlibRenderer.cpp | 92 int bytesPerPixel = 4; in android_view_LayoutlibRenderer_createBuffer() local
|