Home
last modified time | relevance | path

Searched defs:pixelPtr (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingDepthStencilResolveTests.cpp126 float get16bitDepthComponent(uint8_t *pixelPtr) in get16bitDepthComponent()
132 float get24bitDepthComponent(uint8_t *pixelPtr) in get24bitDepthComponent()
140 float get32bitDepthComponent(uint8_t *pixelPtr) in get32bitDepthComponent()
986 uint8_t *pixelPtr = static_cast<uint8_t *>(m_bufferMemory->getHostPtr()); in verifyDepth() local
1070 uint8_t *pixelPtr = static_cast<uint8_t *>(m_bufferMemory->getHostPtr()); in verifyStencil() local
H A DvktRenderPassDepthStencilResolveTests.cpp168 float get16bitDepthComponent(uint8_t *pixelPtr) in get16bitDepthComponent()
174 float get24bitDepthComponent(uint8_t *pixelPtr) in get24bitDepthComponent()
182 float get32bitDepthComponent(uint8_t *pixelPtr) in get32bitDepthComponent()
1027 uint8_t *pixelPtr = static_cast<uint8_t *>(m_bufferMemory->getHostPtr()); in verifyDepth() local
1111 uint8_t *pixelPtr = static_cast<uint8_t *>(m_bufferMemory->getHostPtr()); in verifyStencil() local
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dframetovalues.cpp31 unsigned char* pixelPtr = static_cast<unsigned char*>(env->GetDirectBufferAddress(imageBuffer)); in Java_androidx_media_filterpacks_image_ToGrayValuesFilter_toGrayValues() local
57 unsigned char* pixelPtr = static_cast<unsigned char*>(env->GetDirectBufferAddress(imageBuffer)); in Java_androidx_media_filterpacks_image_ToRgbValuesFilter_toRgbValues() local
/aosp_15_r20/external/skia/src/codec/
H A DSkSampledCodec.cpp294 void* pixelPtr = pixels; in sampledDecode() local
319 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp687 void convertNormalizedFormat(const void *pixelPtr, TextureFormat texFormat, in convertNormalizedFormat()
821 void convertFloatFormat(const void *pixelPtr, TextureFormat texFormat, in convertFloatFormat()
860 void convertFormat(const void *pixelPtr, TextureFormat texFormat, in convertFormat()
H A DvktSampleVerifier.cpp91 const void *pixelPtr = DE_NULL; in fetchTexelWrapped() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp1439 const uint8_t *pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixel() local
1556 static tcu::Vector<T, 4> getPixelIntGeneric(const uint8_t *pixelPtr, const tcu::TextureFormat &form… in getPixelIntGeneric()
1591 static U64Vec4 getPixelAsBitsUint64(const uint8_t *pixelPtr, const tcu::TextureFormat &format) in getPixelAsBitsUint64()
1634 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixelInt() local
1732 auto pixelPtr = reinterpret_cast<const uint8_t *>(getPixelPtr(x, y, z)); in getPixelInt64() local
1744 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixelBitsAsUint64() local
1837 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixDepth() local
1869 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixStencil() local
1902 uint8_t *const pixelPtr = (uint8_t *)getPixelPtr(x, y, z); in setPixel() local
2066 uint8_t *const pixelPtr = (uint8_t *)getPixelPtr(x, y, z); in setPixel() local
[all …]
/aosp_15_r20/external/skia/docs/examples/
H A DImage_isLazyGenerated_a.cpp10 bool onGetPixels(const SkImageInfo& info, void* pixelPtr, size_t rowBytes, in onGetPixels()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLMemoryVk.cpp701 uint8_t *pixelPtr = ptrBase + stagingBufferOffset; in fillImageWithColor() local
H A Dvk_helpers.cpp5859 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local
5867 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local
5875 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local
5883 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLLockSurface3Test.cpp74 uint32_t *pixelPtr = bitMapPtr + (y * (stride / 4)); in fillBitMapRGBA32() local