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_case
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTessellationGeometryInteractionTests.cpp
162
const CaseType
m_case
;
member in deqp::gles31::Functional::__anon30921::IdentityGeometryShaderCase
168
,
m_case
(caseType)
in IdentityGeometryShaderCase()
306
gl.patchParameteri(GL_PATCH_VERTICES, (
m_case
== CASE_TRIANGLES) ? (3): (4));
in iterate()
354
if (
m_case
== CASE_TRIANGLES)
in getTessellationControlSource()
359
else if (
m_case
== CASE_QUADS)
in getTessellationControlSource()
366
else if (
m_case
== CASE_ISOLINES)
in getTessellationControlSource()
385
<< ((
m_case
== CASE_TRIANGLES) ? ("triangles") : (
m_case
== CASE_QUADS) ? ("quads") : ("isolines"))
in getTessellationEvaluationSource()
395
if (
m_case
== CASE_TRIANGLES)
in getTessellationEvaluationSource()
400
else if (
m_case
in getTessellationEvaluationSource()
469
const CaseType
m_case
;
global()
member in deqp::gles31::Functional::__anon30921::IdentityTessellationShaderCase
[all...]
H
A
D
es31fVertexAttributeBindingTests.cpp
847
const CaseType
m_case
;
member in deqp::gles31::Functional::__anon30967::MixedBindingCase
854
,
m_case
(caseType)
in MixedBindingCase()
906
switch (
m_case
)
1002
const bool instanced = (
m_case
== CASE_INSTANCED_BINDING) || (
m_case
== CASE_INSTANCED_ATTRIB);
in createBuffers()
1090
const CaseType
m_case
;
member in deqp::gles31::Functional::__anon30967::MixedApiCase
1097
,
m_case
(caseType)
in MixedApiCase()
1142
switch (
m_case
)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cShadingLanguage420PackTests.hpp
747
glw::GLuint
m_case
;
member
877
CASES
m_case
;
member
1750
TESTCASES
m_case
;
member in gl4cts::GLSL420Pack::BindingUniformInvalidTest
2019
TESTCASES
m_case
;
member in gl4cts::GLSL420Pack::BindingSamplerInvalidTest
2297
TESTCASES
m_case
;
member in gl4cts::GLSL420Pack::BindingImageInvalidTest
2813
TESTED_CASES
m_case
;
member in gl4cts::GLSL420Pack::ScalarSwizzlersInvalidTest
2884
glw::GLuint
m_case
;
member in gl4cts::GLSL420Pack::BuiltInAssignmentTest
H
A
D
gl4cShadingLanguage420PackTests.cpp
2568
m_test_case.
m_case
= DEBUG_CASE;
in prepareNextTestCase()
2583
<< " line endings, is placed " << casesToStr((CASES)m_test_case.
m_case
)
in prepareNextTestCase()
3125
switch (m_test_case.
m_case
)
in isShaderMultipart()
3235
switch (m_test_case.
m_case
)
in replaceAllCaseTokens()
3304
switch (m_test_case.
m_case
)
in useSourceLengths()
3596
out_use_lengths = (AS_LAST_CHARACTER_NON_NULL_TERMINATED == m_test_case.
m_case
) ? true : false;
in getShaderSourceConfig()
3638
m_test_case.
m_case
= DEBUG_CASE;
in prepareNextTestCase()
3912
switch (m_test_case.
m_case
)
in prepareShaderSource()
3994
switch (m_test_case.
m_case
)
in casesToStr()
9577
,
m_case
(TEST_CASES_MA
in BindingUniformInvalidTest()
[all...]
H
A
D
gl4cEnhancedLayoutsTests.hpp
2920
CASES
m_case
;
member
3648
CASES
m_case
;
member
3711
CASES
m_case
;
member
3860
CASES
m_case
;
member
3936
CASES
m_case
;
member
4140
CASES
m_case
;
member
4209
CASES
m_case
;
member
H
A
D
gl4cEnhancedLayoutsTests.cpp
16938
switch (test_case.
m_case
)
in test()
16959
switch (test_case.
m_case
)
in test()
16983
switch (test_case.
m_case
)
in test()
17004
switch (test_case.
m_case
)
in test()
21363
switch (test_case.
m_case
)
in test()
21468
switch (test_case.
m_case
)
in test()
21709
switch (test_case.
m_case
)
in test()
21810
switch (test_case.
m_case
)
in test()
21855
return (INVALID == test_case.
m_case
);
in test()
22544
switch (test_case.
m_case
)
in test()
[all...]
Completed in 52 milliseconds