Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkSampledCodec.cpp293 void* pixelPtr = pixels; in sampledDecode() local
318 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
/third_party/skia/src/codec/
DSkSampledCodec.cpp290 void* pixelPtr = pixels; in sampledDecode() local
315 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
/third_party/mesa3d/src/mesa/swrast/
Ds_linetemp.h89 PIXEL_TYPE *pixelPtr; in NAME() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp147 float get16bitDepthComponent(deUint8* pixelPtr) in get16bitDepthComponent()
153 float get24bitDepthComponent(deUint8* pixelPtr) in get24bitDepthComponent()
162 float get32bitDepthComponent(deUint8* pixelPtr) in get32bitDepthComponent()
1042 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyDepth() local
1129 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyStencil() local
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1077 const deUint8* pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixel() local
1171 static tcu::Vector<T, 4> getPixelIntGeneric (const deUint8* pixelPtr, const tcu::TextureFormat& for… in getPixelIntGeneric()
1214 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixelInt() local
1302 auto pixelPtr = reinterpret_cast<const deUint8*>(getPixelPtr(x, y, z)); in getPixelInt64() local
1342 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixDepth() local
1374 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixStencil() local
1407 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel() local
1559 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel() local
1667 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixDepth() local
1704 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixStencil() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1043 char* pixelPtr = rowPtr; in InitD3D() local