HomeSort by relevance Sort by last modified time
    Searched refs:bufferPtr (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.h 75 #define WRITE_FILE_D(bufferPtr, len, filePtr) \
84 dummy[cntr] = (double)bufferPtr[cntr]; \
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 255 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
262 const deUint32 res = bufferPtr[globalOffset + localOffset];
426 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
433 const deUint32 res = bufferPtr[globalOffset + localOffset];
599 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
606 const deUint32 res = bufferPtr[globalOffset + localOffset];
723 deUint32* bufferPtr = static_cast<deUint32*>(stagingBufferAllocation.getHostPtr());
725 *bufferPtr++ = rnd.getUint32();
814 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
819 const deUint32 res = *(bufferPtr + ndx)
    [all...]
  /external/expat/lib/
xmlparse.c 631 #define bufferPtr (parser->m_bufferPtr)
908 bufferPtr = buffer;
    [all...]

Completed in 1206 milliseconds