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:m_input
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fShaderUniformIntegerFunctionTests.cpp
61
int
m_input
;
member in deqp::gles31::Functional::UniformIntegerFunctionCase
71
,
m_input
(inputValue)
in UniformIntegerFunctionCase()
101
"comparison = (" << getFunctionName() << "(value) == " << computeExpectedResult(
m_input
) << ");\n";
in init()
124
m_context.getRenderContext().getFunctions().uniform1i(m_value,
m_input
);
in iterate()
127
int expectedResult = computeExpectedResult(
m_input
);
in iterate()
129
m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for " << getFunctionName() << "(" <<
m_input
<< ") == " << expectedResult << TestLog::EndMessage;
in iterate()
130
m_testCtx.getLog() << TestLog::Message << "input: " <<
m_input
<< TestLog::EndMessage;
in iterate()
135
m_testCtx.getLog() << TestLog::Message << "ERROR: result is as expected, but not when use in condition statement (" << getFunctionName() << "(" <<
m_input
<< ") == " << expectedResult << ") == true" << TestLog::EndMessage;
in iterate()
136
m_testCtx.getLog() << TestLog::Message << "input:" <<
m_input
<< TestLog::EndMessage;
in iterate()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsRandomShaderCase.hpp
52
const char* getName (void) const { return
m_input
->getVariable()->getName(); }
in getName()
53
int getNumComponents (void) const { return
m_input
->getVariable()->getType().getNumElements(); }
in getNumComponents()
54
rsg::ConstValueRangeAccess getValueRange (void) const { return
m_input
->getValueRange(); }
in getValueRange()
57
const rsg::ShaderInput*
m_input
;
member in deqp::gls::VertexArray
H
A
D
glsRandomShaderCase.cpp
79
:
m_input
(input)
in VertexArray()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderLibrary.cpp
186
std::string
m_input
;
member in deqp::sl::ShaderParser
1098
m_input
= input;
in parse()
1099
m_curPtr =
m_input
.c_str();
in parse()
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluShaderLibrary.cpp
399
vector<char>
m_input
;
member in glu::sl::ShaderParser
1600
m_input
.resize(dataLen+1);
in parse()
1602
m_resource->read((deUint8*)&
m_input
[0], dataLen);
in parse()
1603
m_input
[dataLen] = '\0';
in parse()
1606
m_curPtr = &
m_input
[0];
in parse()
Completed in 6 milliseconds