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:xEnd
(Results
1 - 20
of
20
) sorted by relevance
/third_party/skia/third_party/externals/libgifcodec/
H
A
D
SkLibGifCodec.cpp
241
const int
xEnd
= std::min(frame->frameRect().right(), fReader->screenWidth());
in initializeSwizzler()
local
429
const int
xEnd
= std::min(xBegin + width, this->dimensions().width());
in haveDecodedRow()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawDepthClampTests.cpp
687
deInt32
xEnd
= xStart + viewRect.extent.width;
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawDepthClampTests.cpp
687
deInt32
xEnd
= xStart + viewRect.extent.width;
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H
A
D
vktDynamicStateInheritanceTests.cpp
935
deInt32
xEnd
= deInt32(floorf(xf[1] + 0.5f));
in rasterizeExpectedResults()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H
A
D
vktProtectedMemUtils.cpp
950
const int
xEnd
= (col + 1)*dst.getWidth() / numCols;
in fillWithRandomColorTiles()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H
A
D
vktDynamicStateInheritanceTests.cpp
844
deInt32
xEnd
= deInt32(floorf(xf[1] + 0.5f));
in rasterizeExpectedResults()
local
/third_party/skia/third_party/etc1/
H
A
D
etc1.cpp
538
etc1_uint32
xEnd
= width - x;
in etc1_encode_image()
local
590
etc1_uint32
xEnd
= width - x;
in etc1_decode_image()
local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fInstancedRenderingTests.cpp
564
int
xEnd
= (instanceNdx + 1) * wid / m_numInstances;
in computeReference()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H
A
D
vktProtectedMemUtils.cpp
950
const int
xEnd
= (col + 1)*dst.getWidth() / numCols;
in fillWithRandomColorTiles()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H
A
D
vktClippingTests.cpp
252
const int
xEnd
= regionOffset.x() + regionSize.x();
in countPixels()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H
A
D
vktClippingTests.cpp
252
const int
xEnd
= regionOffset.x() + regionSize.x();
in countPixels()
local
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTextureGatherTests.cpp
116
const int
xEnd
= (col+1)*dst.getWidth()/numCols;
in fillWithRandomColorTiles()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureGatherTests.cpp
184
const int
xEnd
= (col+1)*dst.getWidth()/numCols;
in fillWithRandomColorTiles()
local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
ImageTest.cpp
815
uint32_t
xEnd
= planeWidth;
in verifyResultAHB()
local
869
uint32_t
xEnd
= width;
in verifyResultAHB()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureGatherTests.cpp
184
const int
xEnd
= (col+1)*dst.getWidth()/numCols;
in fillWithRandomColorTiles()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassFragmentDensityMapTests.cpp
202
const float
xEnd
= (nextIndex == viewCount) ? 1.0f : (-1.0f + step * static_cast<float>(nextIndex));
in createFullscreenMesh()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H
A
D
vktMultiViewRenderTests.cpp
1454
int
xEnd
= 0;
in fillQuarter()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassFragmentDensityMapTests.cpp
198
const float
xEnd
= (nextIndex == viewCount) ? 1.0f : (-1.0f + step * static_cast<float>(nextIndex));
in createFullscreenMesh()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H
A
D
vktMultiViewRenderTests.cpp
1479
int
xEnd
= 0;
in fillQuarter()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiCopiesAndBlittingTests.cpp
3794
const int
xEnd
= deMax32(blit.dstOffsets[0].x, blit.dstOffsets[1].x);
in forEach()
local
Completed in 74 milliseconds