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:render_path
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_job_common.c
38
const char *
render_path
;
in pvr_srv_create_timeline()
local
42
render_path
= drmGetRenderDeviceNameFromFd(render_fd);
in pvr_srv_create_timeline()
43
if (!
render_path
) {
in pvr_srv_create_timeline()
49
fd = open(
render_path
, O_CLOEXEC | O_RDWR);
in pvr_srv_create_timeline()
50
drmFree((void *)
render_path
);
in pvr_srv_create_timeline()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_device.c
229
vk_free(&pdevice->vk.instance->alloc, pdevice->
render_path
);
in pvr_physical_device_finish()
355
pdevice->
render_path
= vk_strdup(&pdevice->vk.instance->alloc,
in pvr_physical_device_init()
358
if (!pdevice->
render_path
) {
in pvr_physical_device_init()
459
vk_free(&pdevice->vk.instance->alloc, pdevice->
render_path
);
in pvr_physical_device_init()
1600
device->render_fd = open(pdevice->
render_path
, O_RDWR | O_CLOEXEC);
in pvr_CreateDevice()
1605
pdevice->
render_path
);
in pvr_CreateDevice()
H
A
D
pvr_private.h
197
char *
render_path
;
member
/third_party/skia/tools/debugger/
H
A
D
DrawCommand.cpp
281
void
render_path
(SkCanvas* canvas, const SkPath& path) {
in render_path()
function
999
render_path
(canvas, fPath);
in render()
1509
render_path
(canvas, fPath);
in render()
Completed in 11 milliseconds