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:texBaseFormat
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_sampler.c
96
GLenum
texBaseFormat
= _mesa_base_tex_image(texobj)->_BaseFormat;
in st_convert_sampler()
local
99
texBaseFormat
== GL_STENCIL_INDEX;
in st_convert_sampler()
102
texBaseFormat
= GL_STENCIL_INDEX;
in st_convert_sampler()
120
st_translate_color(&tmp,
texBaseFormat
, is_integer);
in st_convert_sampler()
126
texBaseFormat
, is_integer);
in st_convert_sampler()
130
texBaseFormat
, is_integer);
in st_convert_sampler()
140
GLenum
texBaseFormat
= _mesa_base_tex_image(texobj)->_BaseFormat;
in st_convert_sampler()
local
142
if (
texBaseFormat
== GL_DEPTH_COMPONENT ||
in st_convert_sampler()
143
(
texBaseFormat
== GL_DEPTH_STENCIL && !texobj->StencilSampling))
in st_convert_sampler()
/third_party/mesa3d/src/mesa/main/
H
A
D
texstate.c
169
* \param
texBaseFormat
Base format of the texture associated with the
174
GLenum mode, GLenum
texBaseFormat
)
in calculate_derived_texenv()
181
switch (
texBaseFormat
) {
in calculate_derived_texenv()
201
"Invalid
texBaseFormat
0x%x in calculate_derived_texenv",
in calculate_derived_texenv()
202
texBaseFormat
);
in calculate_derived_texenv()
212
mode_rgb = (
texBaseFormat
== GL_ALPHA) ? GL_REPLACE : mode;
in calculate_derived_texenv()
226
switch (
texBaseFormat
) {
in calculate_derived_texenv()
249
switch (
texBaseFormat
) {
in calculate_derived_texenv()
274
mode_rgb = (
texBaseFormat
== GL_ALPHA) ? GL_REPLACE : GL_ADD;
in calculate_derived_texenv()
275
mode_a = (
texBaseFormat
in calculate_derived_texenv()
[all...]
H
A
D
texgetimage.c
627
GLenum
texBaseFormat
= _mesa_get_format_base_format(texImage->TexFormat);
in get_tex_memcpy()
local
638
texBaseFormat
== texImage->_BaseFormat) {
in get_tex_memcpy()
Completed in 4 milliseconds