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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 61 public int offsetSize = 8;
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
102 offsetSize = tmp >>> 4;
118 return offsetSize;
121 public void setOffsetSize(int offsetSize) {
122 this.offsetSize = offsetSize;
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize);
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 768 enum OffsetSize
801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize)
804 || offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM; // \note Implementation limits are not available while generating the shaders, they are passed dynamically at runtime
993 OffsetSize offsetSize;
1008 const OffsetSize offsetSize_,
1020 , offsetSize (offsetSize_)
1036 , offsetSize (OFFSETSIZE_LAST)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 927 enum OffsetSize
964 OffsetSize offsetSize,
998 const OffsetSize m_offsetSize;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]

Completed in 563 milliseconds