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:BLENDMODE_NONE
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderState.hpp
121
BLENDMODE_NONE
= 0, //!< No blending.
enumerator
293
, blendMode (
BLENDMODE_NONE
)
in FragmentOperationState()
H
A
D
rrFragmentOperations.cpp
979
DE_ASSERT(state.blendMode ==
BLENDMODE_NONE
);
in render()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fDrawBuffersIndexedTests.cpp
675
state.fragOps.blendMode = (*(postCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::
BLENDMODE_NONE
);
in createRenderState()
677
state.fragOps.blendMode = (*(info.getBlendState().enableBlend) ? state.fragOps.blendMode : rr::
BLENDMODE_NONE
);
in createRenderState()
679
state.fragOps.blendMode = (*(preCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::
BLENDMODE_NONE
);
in createRenderState()
681
state.fragOps.blendMode = rr::
BLENDMODE_NONE
;
in createRenderState()
686
state.fragOps.blendMode = rr::
BLENDMODE_NONE
;
in createRenderState()
H
A
D
es3fRandomFragmentOpTests.cpp
104
dst.blendMode = src.blendEnabled ? rr::BLENDMODE_STANDARD : rr::
BLENDMODE_NONE
;
in translateState()
H
A
D
es3fBlendTests.cpp
306
referenceState.blendMode = rr::
BLENDMODE_NONE
;
in iterate()
H
A
D
es3fDepthStencilTests.cpp
398
dst.state.blendMode = rr::
BLENDMODE_NONE
;
in translateCommand()
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglRenderTests.cpp
93
BLENDMODE_NONE
= 0, //!< No blending
enumerator
291
if (drawOp.blend !=
BLENDMODE_NONE
)
in toReferenceRenderState()
571
case
BLENDMODE_NONE
:
in drawGLES2()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fBlendTests.cpp
258
referenceState.blendMode = rr::
BLENDMODE_NONE
;
in iterate()
H
A
D
es2fRandomFragmentOpTests.cpp
104
dst.blendMode = src.blendEnabled ? rr::BLENDMODE_STANDARD : rr::
BLENDMODE_NONE
;
in translateState()
H
A
D
es2fDepthStencilTests.cpp
398
dst.state.blendMode = rr::
BLENDMODE_NONE
;
in translateCommand()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fAdvancedBlendTests.cpp
527
referenceState.blendMode = quadNdx == 0 ? rr::
BLENDMODE_NONE
: rr::BLENDMODE_ADVANCED;
in iterate()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.cpp
4365
state.fragOps.blendMode = m_blendEnabled ? rr::BLENDMODE_STANDARD : rr::
BLENDMODE_NONE
;
Completed in 20 milliseconds