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:getLineWidth
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fRasterizationTests.cpp
126
virtual float
getLineWidth
(void) const;
375
gl.lineWidth (
getLineWidth
());
408
float BaseRenderingCase::
getLineWidth
(void) const
507
float
getLineWidth
(void) const;
576
const float lineWidth =
getLineWidth
();
640
float BaseLineCase::
getLineWidth
(void) const
1096
m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << outLines.size() << " lines(s): (width = " <<
getLineWidth
() << ")" << tcu::TestLog::EndMessage;
1159
m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line strip, width = " <<
getLineWidth
() << ", " << outData.size() << " vertices." << tcu::TestLog::EndMessage;
1222
m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line loop, width = " <<
getLineWidth
() << ", " << outData.size() << " vertices." << tcu::TestLog::EndMessage;
1919
float
getLineWidth
(voi
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Context.hpp
169
inline float
getLineWidth
() const { return lineWidth; }
in getLineWidth()
function
H
A
D
Renderer.cpp
299
data->lineWidth = pipelineState.
getLineWidth
();
in draw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
206
virtual float
getLineWidth
(void) const;
934
float BaseRenderingTestInstance::
getLineWidth
(void) const
in getLineWidth()
function in vkt::rasterization::__anon28377::BaseRenderingTestInstance
960
getLineWidth
(), // float lineWidth;
in getRasterizationStateCreateInfo()
963
rasterizationStateCreateInfo.lineWidth =
getLineWidth
();
in getRasterizationStateCreateInfo()
1124
virtual float
getLineWidth
(void) const;
1432
const float lineWidth =
getLineWidth
();
in iterate()
1473
const float lineWidth =
getLineWidth
();
in compareAndVerify()
1575
float BaseLineTestInstance::
getLineWidth
(void) const
in getLineWidth()
function in vkt::rasterization::BaseLineTestInstance
3567
getLineWidth
(), // float lineWidth;
3724
const float lineWidth = 2.0f * halfPixel *
getLineWidth
();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
202
virtual float
getLineWidth
(void) const;
931
float BaseRenderingTestInstance::
getLineWidth
(void) const
in getLineWidth()
function in vkt::rasterization::__anon29580::BaseRenderingTestInstance
957
getLineWidth
(), // float lineWidth;
in getRasterizationStateCreateInfo()
960
rasterizationStateCreateInfo.lineWidth =
getLineWidth
();
in getRasterizationStateCreateInfo()
1121
virtual float
getLineWidth
(void) const;
1429
const float lineWidth =
getLineWidth
();
in iterate()
1470
const float lineWidth =
getLineWidth
();
in compareAndVerify()
1572
float BaseLineTestInstance::
getLineWidth
(void) const
in getLineWidth()
function in vkt::rasterization::BaseLineTestInstance
3315
getLineWidth
(), // float lineWidth;
3472
const float lineWidth = 2.0f * halfPixel *
getLineWidth
();
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
State.h
282
float
getLineWidth
() const { return mLineWidth; }
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H
A
D
frame_capture_utils.cpp
568
json->addScalar("LineWidth", state.
getLineWidth
());
in SerializeContextState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H
A
D
StateManagerGL.cpp
1948
setLineWidth(state.
getLineWidth
());
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ContextVk.cpp
3853
glState.
getLineWidth
());
in syncState()
Completed in 33 milliseconds