OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMapped
(Results
1 - 25
of
34
) sorted by null
1
2
/external/skia/src/gpu/
GrGeometryBuffer.h
79
bool
isMapped
() const { return SkToBool(fMapPtr); }
96
SkASSERT(!this->
isMapped
());
GrTransferBuffer.h
56
bool
isMapped
() const { return SkToBool(fMapPtr); }
GrBufferAllocPool.cpp
62
if (buffer->
isMapped
()) {
95
if (block.fBuffer->
isMapped
()) {
111
if (fBlocks.back().fBuffer->
isMapped
()) {
118
SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->
isMapped
());
122
SkASSERT(!fBlocks[i].fBuffer->
isMapped
());
206
if (block.fBuffer->
isMapped
()) {
240
if (prev.fBuffer->
isMapped
()) {
276
SkASSERT(!block.fBuffer->
isMapped
());
300
SkASSERT(!buffer->
isMapped
());
/external/skia/src/gpu/gl/
GrGLBufferImpl.cpp
64
SkASSERT(!this->
isMapped
());
78
SkASSERT(this->
isMapped
());
85
bool GrGLBufferImpl::
isMapped
() const {
91
SkASSERT(!this->
isMapped
());
GrGLBufferImpl.h
53
bool
isMapped
() const;
GrGLGpu.cpp
860
SkASSERT(!buffer->
isMapped
());
[
all
...]
/external/opencv3/3rdparty/libtiff/
tif_close.c
74
if (
isMapped
(tif))
tif_read.c
210
||
isMapped
(tif);
373
if (!
isMapped
(tif)) {
515
if (
isMapped
(tif) &&
685
if (!
isMapped
(tif)) {
818
if (
isMapped
(tif) &&
[
all
...]
tiffiop.h
209
#define
isMapped
(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
tif_dir.c
[
all
...]
tif_dirread.c
[
all
...]
/external/pdfium/third_party/libtiff/
tif_close.c
74
if (
isMapped
(tif))
tif_read.c
210
||
isMapped
(tif);
373
if (!
isMapped
(tif)) {
515
if (
isMapped
(tif) &&
685
if (!
isMapped
(tif)) {
818
if (
isMapped
(tif) &&
[
all
...]
tiffiop.h
214
#define
isMapped
(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
tif_dir.c
[
all
...]
tif_dirread.c
[
all
...]
/external/llvm/tools/llvm-cov/
SourceCoverageView.h
88
bool
isMapped
() const { return Mapped; }
SourceCoverageView.cpp
100
if (!Line.
isMapped
()) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java
679
if (isInviteTransaction() && !this.
isMapped
&& sipStack.getTimer() != null) {
680
this.
isMapped
= true;
686
isMapped
= true;
698
return this.
isMapped
;
732
if (isInviteTransaction() && this.
isMapped
) {
[
all
...]
SIPClientTransaction.java
485
this.
isMapped
= true;
[
all
...]
SIPTransaction.java
129
protected boolean
isMapped
;
[
all
...]
SIPTransactionStack.java
[
all
...]
SIPDialog.java
[
all
...]
/external/skia/src/gpu/vk/
GrVkGpu.cpp
653
SkASSERT(!vbuf->
isMapped
());
667
SkASSERT(!ibuf->
isMapped
());
[
all
...]
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar
Completed in 928 milliseconds
1
2