OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iscompressed
(Results
1 - 25
of
28
) 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
; }
/external/lzma/CPP/Windows/
FileFind.h
22
inline bool
IsCompressed
(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; }
48
bool
IsCompressed
() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); }
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
ImageFlipper.java
49
if (img.getFormat().
isCompressed
())
/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
144
Index free_size = m_matrix.
isCompressed
()
179
if(!m_matrix.
isCompressed
())
221
if(m_matrix.
isCompressed
())
234
if(m_matrix.
isCompressed
())
308
if(m_matrix.
isCompressed
())
321
if(m_matrix.
isCompressed
())
MappedSparseMatrix.h
54
bool
isCompressed
() const { return true; }
/build/tools/zipalign/
ZipAlign.cpp
84
if (pEntry->
isCompressed
()) {
190
if (pEntry->
isCompressed
()) {
ZipEntry.h
58
bool
isCompressed
(void) const {
ZipFile.cpp
706
if (pSourceEntry->
isCompressed
()) {
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java
262
private boolean
isCompressed
;
274
private Format(int bpp, boolean isDepth, boolean
isCompressed
, boolean isFP){
277
this.
isCompressed
=
isCompressed
;
298
public boolean
isCompressed
() {
299
return
isCompressed
;
/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");
/external/eigen/Eigen/src/SparseLU/
SparseLU.h
385
if (mat.
isCompressed
()) outerIndexPtr = mat.outerIndexPtr();
397
if(!mat.
isCompressed
()) delete[] outerIndexPtr;
470
if (matrix.
isCompressed
()) outerIndexPtr = matrix.outerIndexPtr();
482
if(!matrix.
isCompressed
()) delete[] outerIndexPtr;
/external/eigen/doc/
SparseQuickReference.dox
96
sm1.
isCompressed
(); // Check if sm1 is in compressed form
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Caps.java
306
if (colorFmt.
isCompressed
())
/frameworks/base/tools/aapt/
ZipEntry.h
58
bool
isCompressed
(void) const {
/frameworks/base/tools/aapt2/
ZipEntry.h
60
bool
isCompressed
(void) const {
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
304
if( ((MatrixType::Flags&RowMajorBit)==RowMajorBit) || sizeof(typename MatrixType::Index)!=sizeof(int) || !mat.
isCompressed
() )
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
470
const bool
isCompressed
= glu::isCompressedFormat(format);
475
if (isLuminanceOrAlpha || isUnsizedColorFormat ||
isCompressed
)
[
all
...]
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
63
if(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/mesa3d/docs/
relnotes-7.11.1.html
44
<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=3165">Bug 3165</a> - texImage.
IsCompressed
and texImage.CompressedSize issues</li>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
Completed in 1832 milliseconds
1
2