Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp89 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr); in isValueZero() local
210 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr); in logValue() local
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp60 char* bytePtr = static_cast<char*>(pixels); in onGetPixels() local
/external/skqp/tests/
DCachedDecodingPixelRefTest.cpp60 char* bytePtr = static_cast<char*>(pixels); in onGetPixels() local
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c249 UInt8 * bytePtr; in DecodeVCountValue() local
/external/icu/icu4c/source/common/
Dicuplug.cpp81 uint8_t *bytePtr = (uint8_t *)list; in uplug_removeEntryAt() local
/external/dng_sdk/source/
Ddng_read_image.cpp140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in DecodeDeltaBytes()
Ddng_image_writer.cpp2828 inline void EncodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in EncodeDeltaBytes()
/external/lz4/lib/
Dlz4hc.c194 { const BYTE* bytePtr = (const BYTE*)(&pattern) + 3; /* works for any endianess */ in LZ4HC_reverseCountPattern() local