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:hgl_context
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/hgl/
H
A
D
hgl_context.h
60
struct
hgl_context
struct
86
struct hgl_buffer* hgl_create_st_framebuffer(struct
hgl_context
* context, void *winsysContext);
90
struct st_manager* hgl_create_st_manager(struct
hgl_context
* screen);
H
A
D
hgl.c
10
#include "
hgl_context
.h"
34
// Perform a safe void to
hgl_context
cast
35
static inline struct
hgl_context
*
38
struct
hgl_context
* context;
in hgl_st_context()
40
context = (struct
hgl_context
*)stctxi->st_manager_private;
in hgl_st_context()
161
struct
hgl_context
* context;
in hgl_st_framebuffer_validate()
221
hgl_create_st_framebuffer(struct
hgl_context
* context, void *winsysContext)
in hgl_create_st_framebuffer()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H
A
D
GalliumContext.cpp
141
struct
hgl_context
* context = CALLOC_STRUCT(
hgl_context
);
in CreateContext()
294
struct
hgl_context
* context = fContext[contextID];
in SetCurrentContext()
332
struct
hgl_context
* context = fContext[contextID];
in SwapBuffers()
361
struct
hgl_context
*context = fContext[contextID];
in Draw()
H
A
D
GalliumContext.h
18
#include "
hgl_context
.h"
53
struct
hgl_context
* fContext[CONTEXT_MAX];
Completed in 3 milliseconds