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:wgl_surf
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/egl/drivers/wgl/
H
A
D
egl_wgl.c
475
struct wgl_egl_surface *
wgl_surf
= wgl_egl_surface(surf);
in wgl_destroy_surface()
local
481
stw_framebuffer_lock(
wgl_surf
->fb);
in wgl_destroy_surface()
482
stw_framebuffer_release_locked(
wgl_surf
->fb, ctx ? ctx->st : NULL);
in wgl_destroy_surface()
621
struct wgl_egl_surface *
wgl_surf
= calloc(1, sizeof(*
wgl_surf
));
in wgl_create_window_surface()
local
622
if (!
wgl_surf
)
in wgl_create_window_surface()
625
if (!_eglInitSurface(&
wgl_surf
->base, disp, EGL_WINDOW_BIT, conf, attrib_list, native_window)) {
in wgl_create_window_surface()
626
free(
wgl_surf
);
in wgl_create_window_surface()
632
wgl_surf
->fb = stw_framebuffer_create(native_window, stw_conf->iPixelFormat, STW_FRAMEBUFFER_EGL_WINDOW);
in wgl_create_window_surface()
633
if (!
wgl_surf
in wgl_create_window_surface()
646
struct wgl_egl_surface *
wgl_surf
= wgl_egl_surface(draw);
wgl_swap_buffers()
local
[all...]
Completed in 2 milliseconds