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:sRGBEnabled
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderState.hpp
264
bool
sRGBEnabled
;
member
299
,
sRGBEnabled
(true)
in FragmentOperationState()
H
A
D
rrFragmentOperations.cpp
834
bool sRGBTarget = state.
sRGBEnabled
&& tcu::isSRGB(colorBuffer.getFormat());
in render()
/third_party/mesa3d/src/mesa/main/
H
A
D
attrib.c
205
attr->
sRGBEnabled
= ctx->Color.
sRGBEnabled
;
in _mesa_PushAttrib()
481
TEST_AND_UPDATE(ctx->Color.
sRGBEnabled
, enable->
sRGBEnabled
,
in pop_enable_group()
828
TEST_AND_UPDATE(ctx->Color.
sRGBEnabled
, attr->Color.
sRGBEnabled
,
in _mesa_PopAttrib()
H
A
D
renderbuffer.c
579
boolean enable_srgb = ctx->Color.
sRGBEnabled
&&
in _mesa_update_renderbuffer_surface()
H
A
D
enable.c
371
if (ctx->Color.
sRGBEnabled
== state)
in _mesa_set_framebuffer_srgb()
378
ctx->Color.
sRGBEnabled
= state;
in _mesa_set_framebuffer_srgb()
1944
return ctx->Color.
sRGBEnabled
;
in _mesa_IsEnabled()
H
A
D
blend.c
1221
ctx->Color.
sRGBEnabled
= _mesa_is_gles(ctx);
in _mesa_init_color()
H
A
D
blit.c
506
if (!ctx->Color.
sRGBEnabled
)
in do_blit_framebuffer()
H
A
D
mtypes.h
319
GLboolean
sRGBEnabled
; /**< Framebuffer sRGB blending/updating requested */
member
3182
GLboolean
sRGBEnabled
;
member
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.cpp
4374
state.fragOps.
sRGBEnabled
= m_sRGBUpdateEnabled;
Completed in 23 milliseconds