Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isDirect
(Results
1 - 24
of
24
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
indirect_glx.c
158
if (old != &dummyContext && !old->
isDirect
&& old->psc->dpy == dpy) {
in indirect_bind_context()
205
if (!new || new->
isDirect
|| new->psc->dpy != dpy) {
in indirect_unbind_context()
319
if (shareList && shareList->
isDirect
)
in indirect_create_context_attribs()
330
gc->
isDirect
= GL_FALSE;
in indirect_create_context_attribs()
369
gc->
isDirect
= GL_FALSE;
in indirect_create_context_attribs()
H
A
D
glxcmds.c
268
gc->
isDirect
= GL_TRUE;
in glx_context_init()
369
req->
isDirect
= gc->
isDirect
;
in CreateContext()
385
req->
isDirect
= gc->
isDirect
;
in CreateContext()
406
req->
isDirect
= gc->
isDirect
;
in CreateContext()
430
int
isDirect
= __glXIsDirect(dpy, gc->xid, &error);
in CreateContext()
local
432
if (error != False ||
isDirect
!= gc->
isDirect
) {
in CreateContext()
[all...]
H
A
D
create_context.c
141
gc ? gc->
isDirect
: direct,
in glXCreateContextAttribsARB()
H
A
D
applegl_glx.c
163
gc->
isDirect
= GL_TRUE;
in applegl_create_context()
H
A
D
glxclient.h
344
Bool
isDirect
;
member
H
A
D
single2.c
879
if (gc->
isDirect
) {
in glAreTexturesResidentEXT()
H
A
D
dri2_glx.c
181
if (!shareList->
isDirect
)
in dri2_create_context_attribs()
H
A
D
dri3_glx.c
259
if (!shareList->
isDirect
)
in dri3_create_context_attribs()
H
A
D
drisw_glx.c
587
if (!shareList->
isDirect
)
in drisw_create_context_attribs()
/third_party/mesa3d/src/glx/tests/
H
A
D
create_context_unittest.cpp
49
gc->
isDirect
= GL_TRUE;
in glx_context_init()
429
EXPECT_FALSE(gc->
isDirect
);
in TEST_F()
441
EXPECT_FALSE(gc->
isDirect
);
in TEST_F()
455
EXPECT_TRUE(gc->
isDirect
);
in TEST_F()
469
EXPECT_FALSE(gc->
isDirect
);
in TEST_F()
481
ASSERT_FALSE(gc->
isDirect
);
in TEST_F()
H
A
D
fake_glx_screen.h
80
this->
isDirect
= false;
in fake_glx_context()
108
this->
isDirect
= True;
in fake_glx_context_direct()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H
A
D
Dictionary.java
43
if (!data.
isDirect
() || !data.isReadOnly()) {
in setData()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
H
A
D
BrotliCommon.java
114
if (!data.
isDirect
()) {
in setDictionaryData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMCallLowering.cpp
486
unsigned getCallOpcode(const ARMSubtarget &STI, bool
isDirect
) {
in getCallOpcode()
argument
487
if (
isDirect
)
in getCallOpcode()
H
A
D
ARMISelLowering.cpp
2302
bool
isDirect
= false;
in LowerCall()
local
2352
isDirect
= true;
in LowerCall()
2388
isDirect
= true;
in LowerCall()
2411
if ((!
isDirect
|| isARMFunc) && !Subtarget->hasV5TOps())
in LowerCall()
2416
if (!
isDirect
&& !Subtarget->hasV5TOps())
in LowerCall()
2418
else if (doesNotRet &&
isDirect
&& Subtarget->hasRetAddrStack() &&
in LowerCall()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
glx_api.c
97
GLboolean
isDirect
;
member
1140
glxCtx->
isDirect
= DEFAULT_DIRECT;
in create_context()
1407
return ctx ? ctx->
isDirect
: False;
in glXIsDirect()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
Utf8.java
431
} else if (buffer.
isDirect
()) {
in partialIsValidUtf8()
629
} else if (buffer.
isDirect
()) {
in decodeUtf8()
773
} else if (out.
isDirect
()) {
in encodeUtf8()
H
A
D
CodedInputStream.java
118
} else if (buf.
isDirect
()) {
in newInstance()
185
if (buf.
isDirect
() && UnsafeDirectNioDecoder.isSupported()) {
in newInstance()
H
A
D
BinaryWriter.java
2009
if (!nioBuffer.
isDirect
()) {
in nextBuffer()
2563
if (!nioBuffer.
isDirect
()) {
in nextBuffer()
H
A
D
CodedOutputStream.java
134
if (buffer.
isDirect
() && !buffer.isReadOnly()) {
in newInstance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
ICUResourceBundleReader.java
247
if(DEBUG) System.out.println("The ByteBuffer is direct (memory-mapped): " + bytes.
isDirect
());
in init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
ICUResourceBundleReader.java
249
if(DEBUG) System.out.println("The ByteBuffer is direct (memory-mapped): " + bytes.
isDirect
());
in init()
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmlparse.c
7730
const int
isDirect
in accountingDiffTolerated()
local
7735
=
isDirect
? &rootParser->m_accounting.countBytesDirect
in accountingDiffTolerated()
/third_party/python/Modules/expat/
H
A
D
xmlparse.c
7754
const int
isDirect
in accountingDiffTolerated()
local
7759
=
isDirect
? &rootParser->m_accounting.countBytesDirect
in accountingDiffTolerated()
Completed in 84 milliseconds