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_surfaceType
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglThreadCleanUpTests.cpp
172
,
m_surfaceType
(surfaceType)
in ThreadCleanUpTest()
213
if (
m_surfaceType
== SURFACETYPE_SINGLE)
in init()
280
const SurfaceType
m_surfaceType
;
member in deqp::egl::__anon30391::ThreadCleanUpTest
H
A
D
teglNegativePartialUpdateTests.cpp
72
SurfaceType
m_surfaceType
;
member in deqp::egl::__anon30374::NegativePartialUpdateTest
136
,
m_surfaceType
(surfaceType)
in NegativePartialUpdateTest()
161
if (
m_surfaceType
== SURFACETYPE_PBUFFER)
in init()
H
A
D
teglWideColorTests.cpp
609
EGLint
m_surfaceType
;
member in deqp::egl::__anon30392::WideColorSurfaceTest
621
,
m_surfaceType
(0)
in WideColorSurfaceTest()
638
m_surfaceType
= attribList[idx+1];
in WideColorSurfaceTest()
1248
if (
m_surfaceType
& EGL_PBUFFER_BIT)
in executeTest()
1277
else if (
m_surfaceType
& EGL_WINDOW_BIT)
in executeTest()
1343
else if (
m_surfaceType
& EGL_PIXMAP_BIT)
in executeTest()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderDerivateTests.cpp
616
SurfaceType
m_surfaceType
;
member in deqp::gles3::Functional::TriangleDerivateCase
629
,
m_surfaceType
(SURFACETYPE_DEFAULT_FRAMEBUFFER)
in TriangleDerivateCase()
634
DE_ASSERT(
m_surfaceType
!= SURFACETYPE_DEFAULT_FRAMEBUFFER || m_numSamples == 0);
in TriangleDerivateCase()
667
if (
m_surfaceType
== SURFACETYPE_DEFAULT_FRAMEBUFFER)
in getViewportSize()
682
const bool useFbo =
m_surfaceType
!= SURFACETYPE_DEFAULT_FRAMEBUFFER;
in iterate()
683
const deUint32 fboFormat =
m_surfaceType
== SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8;
in iterate()
841
switch (
m_surfaceType
)
in iterate()
897
switch (
m_surfaceType
)
in getSurfaceThreshold()
1012
m_surfaceType
= surfaceType;
in LinearDerivateCase()
1022
const bool packToInt =
m_surfaceType
in init()
[all...]
Completed in 6 milliseconds