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:currentReadable
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/glx/apple/
H
A
D
apple_xgl_api_read.c
33
* The way it works is by swapping the currentDrawable for the
currentReadable
66
if (None != gc->
currentReadable
in SetRead()
67
&& gc->
currentReadable
!= gc->currentDrawable) {
in SetRead()
73
gc->
currentReadable
)) {
in SetRead()
/third_party/mesa3d/src/glx/
H
A
D
glxcurrent.c
140
gc->currentDrawable == draw && gc->
currentReadable
== read) {
in MakeContextCurrent()
175
gc->
currentReadable
= read;
in MakeContextCurrent()
H
A
D
dri_common.c
507
releaseDrawable(priv, gc->
currentReadable
);
in driReleaseDrawables()
510
gc->
currentReadable
= None;
in driReleaseDrawables()
H
A
D
glxclient.h
358
* context is not current to any drawable.
currentReadable
is below.
399
GLXDrawable
currentReadable
;
member
H
A
D
glxcmds.c
875
|| (drawable == gc->
currentReadable
))) {
in glXSwapBuffers()
1657
return gc->
currentReadable
;
in glXGetCurrentReadDrawable()
2385
(drawable == gc->
currentReadable
))) {
in glXCopySubBufferMESA()
H
A
D
glx_pbuffer.c
296
gc->
currentReadable
!= drawable)) {
in __glXGetDrawableAttribute()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
glx_api.c
99
GLXDrawable
currentReadable
;
member
1226
ctx->
currentReadable
= read;
in glXMakeContextCurrent()
1289
return gc ? gc->
currentReadable
: 0;
in glXGetCurrentReadDrawable()
Completed in 19 milliseconds