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:destroy_context
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/glx/apple/
H
A
D
apple_cgl.h
55
CGLError(*
destroy_context
) (CGLContextObj pix);
member
H
A
D
apple_cgl.c
106
apple_cgl.
destroy_context
= sym(h, "CGLDestroyContext");
in apple_cgl_init()
H
A
D
apple_glx_pixmap.c
99
(void) apple_cgl.
destroy_context
(p->context_obj);
in pixmap_destroy()
H
A
D
apple_glx_pbuffer.c
244
apple_cgl.
destroy_context
(newcontext);
in get_max_size()
H
A
D
apple_glx_context.c
269
if (apple_cgl.
destroy_context
(ac->context_obj)) {
in apple_glx_destroy_context()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resource.c
1641
bool
destroy_context
;
in iris_resource_disable_suballoc_on_first_query()
local
1644
destroy_context
= false;
in iris_resource_disable_suballoc_on_first_query()
1655
destroy_context
= true;
in iris_resource_disable_suballoc_on_first_query()
1663
if (
destroy_context
)
in iris_resource_disable_suballoc_on_first_query()
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglNegativeApiTests.cpp
720
TEGL_ADD_API_CASE(
destroy_context
, "eglDestroyContext() negative tests",
in init()
Completed in 7 milliseconds