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:GL_YCBCR_MESA
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
glformats.c
391
case
GL_YCBCR_MESA
:
in _mesa_components_in_format()
493
if (format ==
GL_YCBCR_MESA
)
in _mesa_bytes_per_pixel()
1240
case
GL_YCBCR_MESA
: /* not considered to be RGB */
in _mesa_is_color_format()
1289
case
GL_YCBCR_MESA
:
in _mesa_is_ycbcr_format()
2061
case
GL_YCBCR_MESA
:
in _mesa_error_check_format_and_type()
2408
if (internalFormat ==
GL_YCBCR_MESA
)
in _mesa_base_tex_format()
2409
return
GL_YCBCR_MESA
;
in _mesa_base_tex_format()
3963
if (format ==
GL_YCBCR_MESA
)
in _mesa_format_from_format_and_type()
3967
if (format ==
GL_YCBCR_MESA
)
in _mesa_format_from_format_and_type()
H
A
D
texstate.c
195
case
GL_YCBCR_MESA
:
in calculate_derived_texenv()
236
case
GL_YCBCR_MESA
:
in calculate_derived_texenv()
264
case
GL_YCBCR_MESA
:
in calculate_derived_texenv()
H
A
D
texstore.c
290
assert(srcFormat ==
GL_YCBCR_MESA
);
in _mesa_texstore_ycbcr()
293
assert(baseInternalFormat ==
GL_YCBCR_MESA
);
in _mesa_texstore_ycbcr()
H
A
D
texgetimage.c
755
else if (format ==
GL_YCBCR_MESA
) {
in _mesa_GetTexSubImage_sw()
H
A
D
teximage.c
1921
if (internalFormat ==
GL_YCBCR_MESA
) {
in texture_error_check()
1944
"glTexImage%dD(format=
GL_YCBCR_MESA
and border=%d)",
in texture_error_check()
2622
if (texImage->InternalFormat ==
GL_YCBCR_MESA
) {
in copytexsubimage_error_check()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_format.c
312
{
GL_YCBCR_MESA
, 0 },
/third_party/openGLES/api/GL/
H
A
D
glext.h
9472
#define
GL_YCBCR_MESA
0x8757
macro
/third_party/mesa3d/include/GL/
H
A
D
glext.h
9385
#define
GL_YCBCR_MESA
0x8757
macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H
A
D
glext.h
9330
#define
GL_YCBCR_MESA
0x8757
macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H
A
D
glext.h
9329
#define
GL_YCBCR_MESA
0x8757
macro
Completed in 177 milliseconds