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
defs:aspectRatio
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/
H
A
D
Matrix.cpp
116
Matrix4 Matrix4::perspective(float fovY, float
aspectRatio
, float nearZ, float farZ)
in perspective()
argument
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
matrix_utils.cpp
201
Mat4 Mat4::Perspective(float fov, float
aspectRatio
, float n, float f)
in Perspective()
argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
rdgif.c
388
int colormaplen,
aspectRatio
;
in start_input_gif()
local
/third_party/glfw/src/
H
A
D
wl_window.c
656
const float
aspectRatio
= (float) width / (float) height;
in xdgSurfaceHandleConfigure()
local
723
const float
aspectRatio
= (float) width / (float) height;
in libdecorFrameHandleConfigure()
local
2321
const float
aspectRatio
= (float) width / (float) height;
in _glfwSetWindowAspectRatioWayland()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H
A
D
vktAttachmentRateTests.cpp
1296
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runComputeShaderMode()
local
1442
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runFragmentShaderMode()
local
1600
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runCopyMode()
local
1857
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runCopyModeOnTransferQueue()
local
2086
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runFillLinearTiledImage()
local
[all...]
H
A
D
vktFragmentShadingRateBasic.cpp
1672
deUint32
aspectRatio
= (srTexelHeight > srTexelWidth) ? (srTexelHeight / srTexelWidth) : (srTexelWidth / srTexelHeight);
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H
A
D
vktAttachmentRateTests.cpp
1118
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runComputeShaderMode()
local
1258
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runFragmentShaderMode()
local
1397
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runCopyMode()
local
1637
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runCopyModeOnTransferQueue()
local
1863
deUint32
aspectRatio
= (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeight);
in runFillLinearTiledImage()
local
[all...]
H
A
D
vktFragmentShadingRateBasic.cpp
1480
deUint32
aspectRatio
= (srTexelHeight > srTexelWidth) ? (srTexelHeight / srTexelWidth) : (srTexelWidth / srTexelHeight);
in iterate()
local
Completed in 26 milliseconds