/external/skia/docs/examples/ |
D | Image_isLazyGenerated_a.cpp | 10 bool onGetPixels(const SkImageInfo& info, void* pixelPtr, size_t rowBytes, in onGetPixels()
|
/external/skia/src/codec/ |
D | SkSampledCodec.cpp | 295 void* pixelPtr = pixels; in sampledDecode() local 320 void* pixelPtr = SkTAddOffset<void>( in sampledDecode() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktDynamicRenderingDepthStencilResolveTests.cpp | 126 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
|
D | vktRenderPassDepthStencilResolveTests.cpp | 169 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/ |
D | vktSampleVerifierUtil.cpp | 687 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()
|
D | vktSampleVerifier.cpp | 91 const void *pixelPtr = nullptr; in fetchTexelWrapped() local
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1473 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/ |
D | EGLLockSurface3Test.cpp | 74 uint32_t *pixelPtr = bitMapPtr + (y * (stride / 4)); in fillBitMapRGBA32() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CLMemoryVk.cpp | 752 uint8_t *pixelPtr = ptrBase + stagingBufferOffset; in fillImageWithColor() local
|
D | vk_helpers.cpp | 6161 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
|