Searched defs:pixelPtr (Results 1 – 8 of 8) sorted by relevance
| /external/skia/src/codec/ |
| D | SkSampledCodec.cpp | 294 void* pixelPtr = pixels; in sampledDecode() local 319 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_linetemp.h | 89 PIXEL_TYPE *pixelPtr; in NAME() local
|
| /external/deqp/external/vulkancts/modules/vulkan/texture/ |
| D | vktSampleVerifierUtil.cpp | 777 void convertNormalizedFormat (const void* pixelPtr, in convertNormalizedFormat() 912 void convertFloatFormat (const void* pixelPtr, in convertFloatFormat() 953 void convertFormat (const void* pixelPtr, in convertFormat()
|
| D | vktSampleVerifier.cpp | 99 const void* pixelPtr = DE_NULL; in fetchTexelWrapped() local
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilResolveTests.cpp | 167 float get16bitDepthComponent(deUint8* pixelPtr) in get16bitDepthComponent() 173 float get24bitDepthComponent(deUint8* pixelPtr) in get24bitDepthComponent() 182 float get32bitDepthComponent(deUint8* pixelPtr) in get32bitDepthComponent() 1063 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyDepth() local 1150 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyStencil() local
|
| /external/deqp/framework/common/ |
| D | tcuTexture.cpp | 1082 const deUint8* pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixel() local 1176 static tcu::Vector<T, 4> getPixelIntGeneric (const deUint8* pixelPtr, const tcu::TextureFormat& for… in getPixelIntGeneric() 1219 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixelInt() local 1307 auto pixelPtr = reinterpret_cast<const deUint8*>(getPixelPtr(x, y, z)); in getPixelInt64() local 1347 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixDepth() local 1379 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixStencil() local 1412 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel() local 1564 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel() local 1672 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixDepth() local 1709 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixStencil() local
|
| /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 | vk_helpers.cpp | 5259 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local 5267 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local 5275 uint16_t *pixelPtr = static_cast<uint16_t *>(buffer); in fillWithColor() local 5283 uint32_t *pixelPtr = static_cast<uint32_t *>(buffer); in fillWithColor() local
|