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:dstPixel
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/tests/
H
A
D
GrAHardwareBufferTest.cpp
81
const uint32_t
dstPixel
= *actualBitmap.getAddr32(x, y);
in check_read()
local
H
A
D
VkHardwareBufferTest.cpp
1042
const uint32_t
dstPixel
= *dstBitmap.getAddr32(x, y);
in check_read()
local
1187
uint32_t
dstPixel
= bufferAddr[y * hwbDesc.stride + x];
in run_test()
local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H
A
D
FramebufferGL.cpp
384
GLushort *
dstPixel
= reinterpret_cast<GLushort *>(dst);
in RearrangeEXTTextureNorm16Pixels()
local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcInternalformatTests.cpp
1909
tcu::Vec4
dstPixel
= sRGB8ToLinear(srcPixel);
in convertsRGB()
local
1921
tcu::Vec4
dstPixel
= sRGBA8ToLinear(srcPixel);
in convertsRGBA()
local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
TracePerfTest.cpp
1863
EGLint
dstPixel
= x + (mTestParams.windowHeight - y - 1) * mTestParams.windowWidth;
in saveScreenshot()
local
/third_party/skia/gm/
H
A
D
wacky_yuv_formats.cpp
527
uint16_t*
dstPixel
= (uint16_t*) result.getAddr(x, y);
in make_16()
local
516
make_16(const SkBitmap& src, SkColorType dstCT, std::function<void(uint16_t*
dstPixel
, const float* srcPixel)> convert)
make_16()
argument
[all...]
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuCompressedTexture.cpp
957
deUint8* const
dstPixel
= dstPtr + y*dstRowPitch + x*dstPixelSize;
in decompressETC2_EAC_RGBA8()
local
990
deUint8* const
dstPixel
= dstPtr + y*dstRowPitch + x*dstPixelSize;
in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
local
1025
deInt16* const
dstPixel
= (deInt16*)(dstPtr + y*dstRowPitch + x*
dstPixel
Size);
decompressEAC_R11()
local
1032
deUint16* const
dstPixel
= (deUint16*)(dstPtr + y*dstRowPitch + x*
dstPixel
Size);
decompressEAC_R11()
local
1068
deInt16* const
dstPixel
= (deInt16*)(dstPtr + y*dstRowPitch + x*
dstPixel
Size);
decompressEAC_RG11()
local
1077
deUint16* const
dstPixel
= (deUint16*)(dstPtr + y*dstRowPitch + x*
dstPixel
Size);
decompressEAC_RG11()
local
1536
deUint32* const
dstPixel
= (deUint32*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
global()
local
1608
deUint32* const
dstPixel
= (deUint32*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
decompressBc2()
local
1699
deUint32* const
dstPixel
= (deUint32*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
decompressBc3()
local
1759
float* const
dstPixel
= (float*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
decompressBc4()
local
1808
float* const
dstPixel
= (float*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
decompressBc5()
local
2193
deInt16* const
dstPixel
= (deInt16*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
decompressBc6H()
local
2350
deUint32* const
dstPixel
= (deUint32*)(dstPtr + y * dstRowPitch + x *
dstPixel
Size);
decompressBc7()
local
[all...]
Completed in 15 milliseconds