Home
last modified time | relevance | path

Searched defs:pixelPtr (Results 1 – 10 of 10) 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.cpp295 void* pixelPtr = pixels; in sampledDecode() local
320 void* pixelPtr = SkTAddOffset<void>( 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.cpp169 float get16bitDepthComponent(uint8_t *pixelPtr) in get16bitDepthComponent()
175 float get24bitDepthComponent(uint8_t *pixelPtr) in get24bitDepthComponent()
183 float get32bitDepthComponent(uint8_t *pixelPtr) in get32bitDepthComponent()
1028 uint8_t *pixelPtr = static_cast<uint8_t *>(m_bufferMemory->getHostPtr()); in verifyDepth() local
1112 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 = nullptr; in fetchTexelWrapped() local
/external/deqp/framework/common/
DtcuTexture.cpp1473 const uint8_t *pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixel() local
1590 static tcu::Vector<T, 4> getPixelIntGeneric(const uint8_t *pixelPtr, const tcu::TextureFormat &form… in getPixelIntGeneric()
1625 static U64Vec4 getPixelAsBitsUint64(const uint8_t *pixelPtr, const tcu::TextureFormat &format) in getPixelAsBitsUint64()
1668 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixelInt() local
1766 auto pixelPtr = reinterpret_cast<const uint8_t *>(getPixelPtr(x, y, z)); in getPixelInt64() local
1778 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixelBitsAsUint64() local
1871 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixDepth() local
1903 const uint8_t *const pixelPtr = (const uint8_t *)getPixelPtr(x, y, z); in getPixStencil() local
1936 uint8_t *const pixelPtr = (uint8_t *)getPixelPtr(x, y, z); in setPixel() local
2100 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/
DCLMemoryVk.cpp752 uint8_t *pixelPtr = ptrBase + stagingBufferOffset; in fillImageWithColor() local
Dvk_helpers.cpp6161 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local
6169 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local
6177 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local
6185 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local