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_baseLevel
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTextureGatherTests.cpp
1007
const int
m_baseLevel
;
member in deqp::gles31::Functional::__anon30945::TextureGatherCase
1061
,
m_baseLevel
(baseLevel)
in TextureGatherCase()
1303
if (
m_baseLevel
!= 0)
in init()
1304
gl.texParameteri(texTypeGL, GL_TEXTURE_BASE_LEVEL,
m_baseLevel
);
in init()
1331
log << TestLog::Message << "Texture base level is " <<
m_baseLevel
<< TestLog::EndMessage
in init()
1704
const int levelBegin =
m_baseLevel
;
in createAndUploadTexture()
1705
const int levelEnd = isMipmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :
m_baseLevel
+1;
in createAndUploadTexture()
1706
DE_ASSERT(
m_baseLevel
< refTexture.getNumLevels());
in createAndUploadTexture()
1728
return TextureGatherCase::verify(rendered, getOneLevelSubView(tcu::Texture2DView(m_swizzledTexture),
m_baseLevel
), texCoords, m_iterations[iterationNdx]);
1831
const int levelBegin =
m_baseLevel
;
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.hpp
93
int getBaseLevel (void) const { return
m_baseLevel
; }
in getBaseLevel()
97
void setBaseLevel (int baseLevel) {
m_baseLevel
= baseLevel; }
in setBaseLevel()
110
int
m_baseLevel
;
member in sglr::rc::Texture
H
A
D
sglrReferenceContext.cpp
4763
,
m_baseLevel
(0)
Completed in 11 milliseconds