Home
last modified time | relevance | path

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

/external/libmojo/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.hpp116 deUint32 getElementNumBytes (void) const;
117 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes()
DvktSpvAsmGraphicsShaderTestUtil.cpp59 deUint32 IFDataType::getElementNumBytes (void) const in getElementNumBytes() function in vkt::SpirVAssembly::IFDataType
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java179 optionsBuffer.putInt(8, options.getElementNumBytes()); in createDataPipe()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java412 options.setCapacityNumBytes(1024 * options.getElementNumBytes()); in testDataPipeCreation()