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
defs:hasStencil
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglSimpleConfigCase.cpp
138
static bool
hasStencil
(const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
in hasStencil()
function
H
A
D
teglCreateContextExtTests.cpp
1024
static bool
hasStencil
(const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
in hasStencil()
function
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
Framebuffer.cpp
302
bool Framebuffer::
hasStencil
()
in hasStencil()
function in es2::Framebuffer
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fRandomFragmentOpTests.cpp
98
bool
hasStencil
= renderTarget.getStencilBits() > 0;
in translateState()
local
H
A
D
es3fFboInvalidateTests.cpp
122
const bool
hasStencil
= stencilBits > 0;
in getCompatibleDepthStencilFormat()
local
H
A
D
es3fDepthStencilTests.cpp
384
bool
hasStencil
= renderTarget.stencilBits > 0;
in translateCommand()
local
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fRandomFragmentOpTests.cpp
98
bool
hasStencil
= renderTarget.getStencilBits() > 0;
in translateState()
local
H
A
D
es2fDepthStencilTests.cpp
384
bool
hasStencil
= renderTarget.stencilBits > 0;
in translateCommand()
local
/third_party/skia/src/gpu/vk/
H
A
D
GrVkRenderTarget.cpp
27
static int renderpass_features_to_index(bool hasResolve, bool
hasStencil
,
in renderpass_features_to_index()
argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsTransientAttachmentTests.cpp
167
const bool
hasStencil
= (tcuFormat.order == tcu::TextureFormat::DS
in makeAttachment()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsTransientAttachmentTests.cpp
167
const bool
hasStencil
= (tcuFormat.order == tcu::TextureFormat::DS
in makeAttachment()
local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
DepthStencilFormatsTest.cpp
242
const bool
hasStencil
= (type.format != GL_DEPTH_COMPONENT);
in depthStencilReadbackCase()
local
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuImageCompare.cpp
1053
bool
hasStencil
= tcu::hasStencilComponent(result.getFormat().order);
in dsThresholdCompare()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineStencilTests.cpp
969
const bool
hasStencil
= tcu::hasStencilComponent(mapVkFormat(stencilFormat).order);
in createStencilTests()
local
H
A
D
vktPipelineDepthTests.cpp
1333
const bool
hasStencil
= tcu::hasStencilComponent(mapVkFormat(depthFormats[formatNdx]).order);
in createDepthTests()
local
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
1380
const bool
hasStencil
= isStencilFormat(params.depthStencilFormat);
in test()
local
H
A
D
vktPipelineSamplerBorderSwizzleTests.cpp
521
const auto
hasStencil
= params.useStencilAspect;
in comparePixelToColorClearValue()
local
819
const auto
hasStencil
= m_params.useStencilAspect;
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassUnusedClearAttachmentTests.cpp
796
const bool
hasStencil
= m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
in UnusedClearAttachmentTestInstance()
local
987
const bool
hasStencil
= (m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
in createCommandBufferDynamicRendering()
local
H
A
D
vktRenderPassDepthStencilResolveTests.cpp
1393
bool
hasStencil
;
in initTests()
member
1504
const bool
hasStencil
= formatData.
hasStencil
;
in initTests()
local
1688
const bool
hasStencil
= formatData.
hasStencil
;
in initTests()
local
[all...]
H
A
D
vktRenderPassLoadStoreOpNoneTests.cpp
1284
const auto
hasStencil
= tcu::hasStencilComponent(tcuFormat.order);
in iterate()
local
1693
const bool
hasStencil
= tcu::hasStencilComponent(tcuFormat.order);
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineStencilTests.cpp
974
const bool
hasStencil
= tcu::hasStencilComponent(mapVkFormat(stencilFormat).order);
in createStencilTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassUnusedClearAttachmentTests.cpp
797
const bool
hasStencil
= m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
in UnusedClearAttachmentTestInstance()
local
988
const bool
hasStencil
= (m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
in createCommandBufferDynamicRendering()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationOrderAttachmentAccessTests.cpp
149
virtual bool
hasStencil
() const
in hasStencil()
function in vkt::rasterization::__anon28372::AttachmentAccessOrderTestCase
264
virtual bool
hasStencil
() const
in hasStencil()
function in vkt::rasterization::__anon28372::AttachmentAccessOrderStencilTestCase
H
A
D
vktShaderTileImageTests.cpp
1763
const bool
hasStencil
= tcu::hasStencilComponent(depthStencilFormat.order);
in rendering()
local
2097
const bool
hasStencil
= tcu::hasStencilComponent(mapVkFormat(format).order);
in createShaderTileImageTestVariations()
local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
TextureStorage11.cpp
258
const bool
hasStencil
= (mFormatInfo.format().stencilBits > 0);
in getSRVForSampler()
local
Completed in 71 milliseconds
1
2