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:GetLevelCount
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
ExternalTexture.cpp
42
DAWN_INVALID_IF(textureView->
GetLevelCount
() > 1,
in ValidateExternalTexturePlane()
44
textureView, textureView->
GetLevelCount
());
in ValidateExternalTexturePlane()
H
A
D
CommandBuffer.cpp
112
ASSERT(view->
GetLevelCount
() == 1);
in LazyClearRenderPassAttachments()
128
ASSERT(resolveView->
GetLevelCount
() == 1);
in LazyClearRenderPassAttachments()
148
ASSERT(view->
GetLevelCount
() == 1);
in LazyClearRenderPassAttachments()
H
A
D
Texture.h
135
uint32_t
GetLevelCount
() const;
H
A
D
BindGroup.cpp
186
DAWN_INVALID_IF(entry.textureView->
GetLevelCount
() != 1,
in ValidateTextureBinding()
188
entry.textureView->
GetLevelCount
(), entry.textureView);
in ValidateTextureBinding()
H
A
D
CommandEncoder.cpp
116
DAWN_INVALID_IF(attachment->
GetLevelCount
() > 1,
in ValidateAttachmentArrayLayersAndLevelCount()
118
attachment->
GetLevelCount
(), attachment);
in ValidateAttachmentArrayLayersAndLevelCount()
187
DAWN_INVALID_IF(resolveTarget->
GetLevelCount
() > 1,
in ValidateResolveTarget()
189
resolveTarget->
GetLevelCount
());
in ValidateResolveTarget()
H
A
D
SwapChain.cpp
332
ASSERT(view->
GetLevelCount
() == 1);
in APIGetCurrentTextureView()
H
A
D
Texture.cpp
757
uint32_t TextureViewBase::
GetLevelCount
() const {
in GetLevelCount()
function in dawn_native::TextureViewBase
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
TextureStorage9.cpp
114
mMipLevels = surfaceTexture->
GetLevelCount
();
in TextureStorage9_2D()
H
A
D
Renderer9.cpp
840
DWORD levelCount = texture->
GetLevelCount
();
in validateShareHandle()
/third_party/mesa3d/include/D3D9/
H
A
D
d3d9.h
131
virtual DWORD WINAPI
GetLevelCount
() = 0;
613
DWORD (WINAPI *
GetLevelCount
)(IDirect3DBaseTexture9 *This);
member
639
#define IDirect3DBaseTexture9_GetLevelCount(p) (p)->lpVtbl->
GetLevelCount
(p)
699
DWORD (WINAPI *
GetLevelCount
)(IDirect3DCubeTexture9 *This);
member
731
#define IDirect3DCubeTexture9_GetLevelCount(p) (p)->lpVtbl->
GetLevelCount
(p)
1597
DWORD (WINAPI *
GetLevelCount
)(IDirect3DTexture9 *This);
member
1629
#define IDirect3DTexture9_GetLevelCount(p) (p)->lpVtbl->
GetLevelCount
(p)
1782
DWORD (WINAPI *
GetLevelCount
)(IDirect3DVolumeTexture9 *This);
member
1814
#define IDirect3DVolumeTexture9_GetLevelCount(p) (p)->lpVtbl->
GetLevelCount
(p)
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
TextureD3D12.cpp
1310
ASSERT(
GetLevelCount
() == 1);
in GetDSVDescriptor()
Completed in 23 milliseconds