Searched defs:offsetSize (Results 1 - 2 of 2) sorted by relevance
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
H A D | ItemLocationBox.java | 61 public int offsetSize = 8; field in class:ItemLocationBox 86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize)); 102 offsetSize = tmp >>> 4; 118 return offsetSize; 121 public void setOffsetSize(int offsetSize) { argument 122 this.offsetSize = offsetSize; 308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize); 316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize); 321 return (indexSize > 0 ? indexSize : 0) + offsetSize [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 948 OffsetSize offsetSize, 1024 OffsetSize offsetSize, 1036 , m_offsetSize (offsetSize) 1623 OffsetSize offsetSize, 1634 : TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags) 1713 OffsetSize offsetSize, 1724 : TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags) 1985 OffsetSize offsetSize, 2000 return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode, 2004 return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureForma 1019 TextureGatherCase(Context& context, const char* name, const char* description, TextureType textureType, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags) argument 1619 TextureGather2DCase(Context& context, const char* name, const char* description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags, const IVec2& textureSize) argument [all...] |
Completed in 538 milliseconds