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

  /frameworks/base/include/androidfw/
StreamingZipInflater.h 34 StreamingZipInflater(int fd, off64_t compDataStart, size_t uncompSize, size_t compSize);
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 54 size_t uncompSize, size_t compSize) {
59 mInTotalSize = compSize;
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 657 const int compSize = sizeof(deUint32);
677 deUint8* const compPtr = vecPtr + compSize*compNdx;
898 const int compSize = sizeof(deUint32);
909 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*compSize
910 : colNdx*matrixStride + rowNdx*compSize);
931 const int compSize = sizeof(deUint32);
938 const deUint8* compPtr = (const deUint8*)valuePtr + scalarNdx*compSize;
    [all...]
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 495 const int compSize = getComponentSize(vertexAttrib.type);
496 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
515 const int compSize = getComponentSize(vertexAttrib.type);
516 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
535 const int compSize = getComponentSize(vertexAttrib.type);
536 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 742 const int compSize = sizeof(deUint32);
762 deUint8* const compPtr = vecPtr + compSize*compNdx;
983 const int compSize = sizeof(deUint32);
994 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*compSize
995 : colNdx*matrixStride + rowNdx*compSize);
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 632 const int compSize = sizeof(deUint32);
646 deUint8* compPtr = vecPtr + compSize*compNdx;
948 const int compSize = sizeof(deUint32);
965 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx*entry.matrixStride + colNdx*compSize
966 : colNdx*entry.matrixStride + rowNdx*compSize);
979 const deUint8* compPtr = elemPtr + scalarNdx*compSize;
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfOutputFile.cpp 603 int compSize = compressor->compress (_lineBuffer->dataPtr,
607 if (compSize < _lineBuffer->dataSize)
609 _lineBuffer->dataSize = compSize;
    [all...]
ImfTiledOutputFile.cpp 789 int compSize = _tileBuffer->compressor->compressTile
794 if (compSize < _tileBuffer->dataSize)
796 _tileBuffer->dataSize = compSize;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 579 const int compSize = sizeof(deUint32);
593 deUint8* compPtr = vecPtr + compSize*compNdx;
894 const int compSize = sizeof(deUint32);
911 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx * compSize)
912 : (colNdx * entry.matrixStride + rowNdx * compSize));
925 const deUint8* compPtr = elemPtr + scalarNdx * compSize;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 841 static inline uint8_t makeCompMask(int compSize, int base, int size)
845 switch (compSize) {
855 assert(compSize <= 8);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 

Completed in 884 milliseconds