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:ProtectedContent
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/egl/main/
H
A
D
eglimage.h
82
EGLBoolean
ProtectedContent
;
member
H
A
D
eglsurface.c
326
surf->
ProtectedContent
= val;
in _eglParseSurfaceAttribList()
409
surf->
ProtectedContent
= EGL_FALSE;
in _eglInitSurface()
612
*value = surface->
ProtectedContent
;
in _eglQuerySurface()
H
A
D
eglsurface.h
170
EGLBoolean
ProtectedContent
;
member
H
A
D
eglimage.c
65
attrs->
ProtectedContent
= val;
in _eglParseKHRImageAttribs()
H
A
D
eglapi.c
908
if (read_surf && read_surf->
ProtectedContent
&&
in eglMakeCurrent()
909
draw_surf && !draw_surf->
ProtectedContent
)
in eglMakeCurrent()
1510
if (surf->
ProtectedContent
)
in eglCopyBuffers()
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
platform_x11_dri3.c
203
if (dri3_surf->surf.base.
ProtectedContent
&&
in dri3_create_surface()
210
dri3_surf->surf.base.
ProtectedContent
;
in dri3_create_surface()
H
A
D
platform_drm.c
256
if (dri2_surf->base.
ProtectedContent
)
in get_back_bo()
H
A
D
egl_dri2.c
2904
if (attrs.
ProtectedContent
) {
in dri2_create_image_dma_buf()
2921
attrs.
ProtectedContent
? __DRI_IMAGE_PROTECTED_CONTENT_FLAG : 0,
in dri2_create_image_dma_buf()
H
A
D
platform_wayland.c
1063
if (dri2_surf->base.
ProtectedContent
) {
in get_back_bo()
Completed in 21 milliseconds