OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompressed
(Results
1 - 25
of
37
) sorted by null
1
2
/hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h
82
void setIsCompression(bool
isCompressed
) { mIsCompression =
isCompressed
; }
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h
82
void setIsCompression(bool
isCompressed
) { mIsCompression =
isCompressed
; }
/build/tools/zipalign/
ZipAlign.cpp
84
if (pEntry->
isCompressed
()) {
190
if (pEntry->
isCompressed
()) {
ZipEntry.h
59
bool
isCompressed
(void) const {
ZipFile.cpp
709
if (pSourceEntry->
isCompressed
()) {
[
all
...]
/external/eigen/Eigen/src/SparseCore/
SparseMatrix.h
116
inline bool
isCompressed
() const { return m_innerNonZeros==0; }
224
if(
isCompressed
())
258
eigen_assert(
isCompressed
() && "This function does not make sense in non compressed mode.");
290
if(
isCompressed
())
415
if(
isCompressed
())
451
if(
isCompressed
())
712
if(other.
isCompressed
())
749
if(m.
isCompressed
())
769
if(!m.
isCompressed
())
842
eigen_assert(!
isCompressed
());
[
all
...]
SparseBlock.h
154
Index free_size = m_matrix.
isCompressed
()
189
if(!m_matrix.
isCompressed
())
231
if(m_matrix.
isCompressed
())
259
if(m_matrix.
isCompressed
())
333
if(m_matrix.
isCompressed
())
356
if(m_matrix.
isCompressed
())
MappedSparseMatrix.h
54
bool
isCompressed
() const { return true; }
/external/eigen/Eigen/src/OrderingMethods/
Ordering.h
127
eigen_assert(mat.
isCompressed
() && "COLAMDOrdering requires a sparse matrix in compressed mode. Call .makeCompressed() before passing it to COLAMDOrdering");
/frameworks/base/tools/aapt/
ZipEntry.h
58
bool
isCompressed
(void) const {
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
103
virtual bool
isCompressed
(void) const { return !m_compressedLevels.empty(); }
vktPipelineImageUtil.cpp
341
bufferSize = (srcTexture.
isCompressed
())? srcTexture.getCompressedSize(): srcTexture.getSize();
568
if (!
isCompressed
())
613
if (
isCompressed
())
696
if (
isCompressed
())
[
all
...]
vktPipelineSamplerTests.cpp
867
const bool
isCompressed
= isCompressedFormat(format);
869
if (
isCompressed
)
[
all
...]
vktPipelineImageSamplingInstance.cpp
193
if (!testTexture.
isCompressed
())
[
all
...]
/external/eigen/Eigen/src/SparseLU/
SparseLU.h
430
if (mat.
isCompressed
()) outerIndexPtr = mat.outerIndexPtr();
442
if(!mat.
isCompressed
()) delete[] outerIndexPtr;
515
if (matrix.
isCompressed
()) outerIndexPtr = matrix.outerIndexPtr();
527
if(!matrix.
isCompressed
()) delete[] outerIndexPtr;
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
63
if(mat.
isCompressed
())
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
304
if( ((MatrixType::Flags&RowMajorBit)==RowMajorBit) || sizeof(typename MatrixType::Index)!=sizeof(int) || !mat.
isCompressed
() )
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
284
eigen_assert(mat.
isCompressed
() && "SparseQR requires a sparse matrix in compressed mode. Call .makeCompressed() before passing it to SparseQR");
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
470
const bool
isCompressed
= glu::isCompressedFormat(format);
475
if (isLuminanceOrAlpha || isUnsizedColorFormat ||
isCompressed
)
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java
293
public boolean
isCompressed
()
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
/prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
Completed in 1639 milliseconds
1
2