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:getVertices
(Results
1 - 16
of
16
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsRandomShaderCase.hpp
50
const std::vector<float>&
getVertices
(void) const { return m_vertices; }
in getVertices()
function in deqp::gls::VertexArray
51
std::vector<float>&
getVertices
(void) { return m_vertices; }
in getVertices()
function in deqp::gls::VertexArray
H
A
D
glsRandomShaderCase.cpp
173
float* dst = &vtxArray.
getVertices
()[vtxNdx*numComponents];
in init()
498
glVertexAttribPointer(location, attribIter->getNumComponents(), GL_FLOAT, GL_FALSE, 0, &attribIter->
getVertices
()[0]);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H
A
D
vktImagelessFramebufferTests.cpp
981
virtual std::vector<float>
getVertices
(void);
1233
std::vector<float> ColorImagelessTestInstance::
getVertices
(void)
in getVertices()
function in vkt::imageless::__anon28041::ColorImagelessTestInstance
1277
const std::vector<float> vertexArray (
getVertices
());
in iterate()
1337
virtual std::vector<float>
getVertices
(void);
1438
std::vector<float> DepthImagelessTestInstance::
getVertices
(void)
in getVertices()
function in vkt::imageless::__anon28041::DepthImagelessTestInstance
1511
const std::vector<float> vertexArray (
getVertices
());
in iterate()
1609
virtual std::vector<float>
getVertices
(void);
1668
std::vector<float> ColorResolveImagelessTestInstance::
getVertices
(void)
in getVertices()
function in vkt::imageless::__anon28041::ColorResolveImagelessTestInstance
1714
const std::vector<float> vertexArray (
getVertices
());
in iterate()
1803
virtual std::vector<float>
getVertices
(voi
1940
std::vector<float> DepthResolveImagelessTestInstance::
getVertices
(void)
getVertices()
function in vkt::imageless::__anon28041::DepthResolveImagelessTestInstance
2167
std::vector<float> MultisubpassTestInstance::
getVertices
(void)
getVertices()
function in vkt::imageless::__anon28041::MultisubpassTestInstance
2391
std::vector<float> DifferentAttachmentsTestInstance::
getVertices
(void)
getVertices()
function in vkt::imageless::__anon28041::DifferentAttachmentsTestInstance
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H
A
D
vktImagelessFramebufferTests.cpp
981
virtual std::vector<float>
getVertices
(void);
1233
std::vector<float> ColorImagelessTestInstance::
getVertices
(void)
in getVertices()
function in vkt::imageless::__anon29272::ColorImagelessTestInstance
1277
const std::vector<float> vertexArray (
getVertices
());
in iterate()
1337
virtual std::vector<float>
getVertices
(void);
1438
std::vector<float> DepthImagelessTestInstance::
getVertices
(void)
in getVertices()
function in vkt::imageless::__anon29272::DepthImagelessTestInstance
1511
const std::vector<float> vertexArray (
getVertices
());
in iterate()
1609
virtual std::vector<float>
getVertices
(void);
1668
std::vector<float> ColorResolveImagelessTestInstance::
getVertices
(void)
in getVertices()
function in vkt::imageless::__anon29272::ColorResolveImagelessTestInstance
1714
const std::vector<float> vertexArray (
getVertices
());
in iterate()
1803
virtual std::vector<float>
getVertices
(voi
1940
std::vector<float> DepthResolveImagelessTestInstance::
getVertices
(void)
getVertices()
function in vkt::imageless::__anon29272::DepthResolveImagelessTestInstance
2167
std::vector<float> MultisubpassTestInstance::
getVertices
(void)
getVertices()
function in vkt::imageless::__anon29272::MultisubpassTestInstance
2391
std::vector<float> DifferentAttachmentsTestInstance::
getVertices
(void)
getVertices()
function in vkt::imageless::__anon29272::DifferentAttachmentsTestInstance
[all...]
/third_party/skia/src/core/
H
A
D
SkPictureData.h
130
const SkVertices*
getVertices
(SkReadBuffer* reader) const {
in getVertices()
function in SkPictureData
H
A
D
SkPictureRecord.h
50
const SkTArray<sk_sp<const SkVertices>>&
getVertices
() const {
in getVertices()
function in SkPictureRecord
H
A
D
SkPictureData.cpp
42
, fVertices(record.
getVertices
())
in SkPictureData()
H
A
D
SkPicturePlayback.cpp
606
const SkVertices* vertices = fPictureData->
getVertices
(reader);
in handleOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawScissorTests.cpp
94
virtual vector<PositionColorVertex>
getVertices
(deUint32 offset) { DE_UNREF(offset); return vector<PositionColorVertex>(); }
in getVertices()
function in vkt::Draw::__anon27945::TestCommand
113
virtual vector<PositionColorVertex>
getVertices
(deUint32 offset);
128
vector<PositionColorVertex> QuadDrawTestCommand::
getVertices
(deUint32 offset)
in getVertices()
function in vkt::Draw::__anon27945::QuadDrawTestCommand
449
vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->
getVertices
((deUint32)vertices.size());
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawScissorTests.cpp
94
virtual vector<PositionColorVertex>
getVertices
(deUint32 offset) { DE_UNREF(offset); return vector<PositionColorVertex>(); }
in getVertices()
function in vkt::Draw::__anon29180::TestCommand
113
virtual vector<PositionColorVertex>
getVertices
(deUint32 offset);
128
vector<PositionColorVertex> QuadDrawTestCommand::
getVertices
(deUint32 offset)
in getVertices()
function in vkt::Draw::__anon29180::QuadDrawTestCommand
449
vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->
getVertices
((deUint32)vertices.size());
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H
A
D
vktYCbCrImageQueryTests.cpp
671
static vector<Vec4>
getVertices
(void)
in testImageQueryLod()
function
702
const vector<Vec4> vertices (LocalUtil::
getVertices
());
in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H
A
D
vktYCbCrImageQueryTests.cpp
671
static vector<Vec4>
getVertices
(void)
in testImageQueryLod()
function
702
const vector<Vec4> vertices (LocalUtil::
getVertices
());
in testImageQueryLod()
/third_party/glslang/glslang/MachineIndependent/
H
A
D
localintermediate.h
821
int
getVertices
() const { return vertices; }
H
A
D
ParseHelper.cpp
806
unsigned int maxVertices = intermediate.
getVertices
() != TQualifier::layoutNotSet ? intermediate.
getVertices
() : 0;
in getIoArrayImplicitSize()
5552
if (intermediate.
getVertices
() == TQualifier::layoutNotSet) {
in finish()
9816
(intermediate.
getVertices
() != TQualifier::layoutNotSet) &&
in updateStandaloneQualifierDefaults()
/third_party/glslang/SPIRV/
H
A
D
GlslangToSpv.cpp
1792
glslangIntermediate->
getVertices
());
in TGlslangToSpvTraverser()
1851
builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->
getVertices
());
in TGlslangToSpvTraverser()
1909
glslangIntermediate->
getVertices
());
in TGlslangToSpvTraverser()
/third_party/glslang/glslang/HLSL/
H
A
D
hlslParseHelper.cpp
2408
arraySizes->addInnerSize(intermediate.
getVertices
());
in remapEntryPointIO()
Completed in 62 milliseconds