Home
last modified time | relevance | path

Searched defs:baseSize (Results 1 – 10 of 10) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DESDescriptor.java104 …int baseSize = 1 /*tag*/ + getSizeBytes() + 2 + 1 + (streamDependenceFlag == 1 ? 2 : 0) + (URLFlag… in parseDetail() local
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp476 const int baseSize = getPixelSize(internalFormat); in generateColorTextureGenerationGroup() local
500 const int baseSize = getPixelSize(internalFormat); in generateColorTextureGenerationGroup() local
623 const int baseSize = getPixelSize(internalFormats[internalFormatNdx]); in generateInternalFormatTextureGenerationGroup() local
Des31fIndirectComputeDispatchTests.cpp161 const int baseSize = RESULT_BLOCK_BASE_SIZE; in getResultBlockAlignedSize() local
Des31fSSBOLayoutCase.cpp1871 const int baseSize = blockLayout.size; in computeBufferSizes() local
1887 const int baseSize = blockLayout.size; in getBlockDataPtr() local
Des31fCopyImageTests.cpp360 IVec3 getLevelSize (deUint32 target, const IVec3& baseSize, int level) in getLevelSize()
Des31fShaderImageLoadStoreTests.cpp3310 const IVec3& baseSize = baseImageSizes[imageSizeNdx]; in init() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp72 const vk::VkDeviceSize baseSize) in getResultBlockAlignedSize()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtQuantizedBvh.cpp854 unsigned baseSize = sizeof(btQuantizedBvh) + getAlignmentSerializationPadding(); in calculateSerializeBufferSize() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1649 const int baseSize = blockLayout.size; in computeBufferSizes() local
1665 const int baseSize = blockLayout.size; in getBlockDataPtr() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1330 CharUnits baseSize = CGF.getContext().getTypeSizeInChars(baseType); in emitNonZeroVLAInit() local