Home
last modified time | relevance | path

Searched refs:getElementNumBytes (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DDataPipe.java77 public int getElementNumBytes() { in getElementNumBytes() method in DataPipe.CreateOptions
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp127 deUint32 getElementNumBytes (void) const;
128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes()
DvktSpvAsmGraphicsShaderTestUtil.cpp63 deUint32 IFDataType::getElementNumBytes (void) const in getElementNumBytes() function in vkt::SpirVAssembly::IFDataType
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java124 optionsBuffer.putInt(8, options.getElementNumBytes()); in createDataPipe()
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java288 options.setCapacityNumBytes(1024 * options.getElementNumBytes()); in testDataPipeCreation()