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:renderConfig
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidPlatformCapabilityQueryJNI.cpp
115
glu::RenderConfig
renderConfig
(testContextType);
in parseRenderConfig()
117
glu::parseRenderConfig(&
renderConfig
, parsedCommandLine);
in parseRenderConfig()
119
return
renderConfig
;
in parseRenderConfig()
125
const glu::RenderConfig
renderConfig
= parseRenderConfig(cmdLineStr);
in isRenderConfigSupported()
local
147
(void)eglu::chooseConfig(egl, display,
renderConfig
);
in isRenderConfigSupported()
/third_party/vk-gl-cts/framework/egl/
H
A
D
egluGLUtil.cpp
204
static bool configMatches (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig eglConfig, const glu::RenderConfig&
renderConfig
)
in configMatches()
argument
210
EGLint requiredRenderable = apiRenderableType(
renderConfig
.type.getAPI());
in configMatches()
218
if (
renderConfig
.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE)
in configMatches()
223
switch (
renderConfig
.surfaceType)
in configMatches()
257
if (
renderConfig
.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE)
in configMatches()
261
if (value !=
renderConfig
.*s_attribs[attribNdx].field)
in configMatches()
Completed in 2 milliseconds