Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSampledCodec.cpp294 void* pixelPtr = pixels; in sampledDecode() local
319 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
/external/mesa3d/src/mesa/swrast/
Ds_linetemp.h89 PIXEL_TYPE *pixelPtr; in NAME() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp777 void convertNormalizedFormat (const void* pixelPtr, in convertNormalizedFormat()
912 void convertFloatFormat (const void* pixelPtr, in convertFloatFormat()
953 void convertFormat (const void* pixelPtr, in convertFormat()
DvktSampleVerifier.cpp99 const void* pixelPtr = DE_NULL; in fetchTexelWrapped() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp167 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/
DtcuTexture.cpp1082 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/
DEGLLockSurface3Test.cpp74 uint32_t *pixelPtr = bitMapPtr + (y * (stride / 4)); in fillBitMapRGBA32() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5259 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