Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DImage_isLazyGenerated_a.cpp10 bool onGetPixels(const SkImageInfo& info, void* pixelPtr, size_t rowBytes, in onGetPixels()
/external/skia/src/codec/
DSkSampledCodec.cpp294 void* pixelPtr = pixels; in sampledDecode() local
319 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
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
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
/external/deqp/external/vulkancts/modules/vulkan/texture/
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()
DvktSampleVerifier.cpp91 const void *pixelPtr = DE_NULL; in fetchTexelWrapped() local
/external/deqp/framework/common/
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 …]
/external/angle/src/tests/egl_tests/
DEGLLockSurface3Test.cpp74 uint32_t *pixelPtr = bitMapPtr + (y * (stride / 4)); in fillBitMapRGBA32() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5647 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local
5655 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local
5663 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local
5671 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local