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:drawColor
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H
A
D
vktConditionalClearAttachmentTests.cpp
94
const tcu::Vec4
drawColor
= tcu::RGBA::blue().toVec();
in iterate()
local
H
A
D
vktConditionalDrawTests.cpp
560
const tcu::Vec4
drawColor
= tcu::RGBA::blue().toVec();
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H
A
D
vktConditionalClearAttachmentTests.cpp
94
const tcu::Vec4
drawColor
= tcu::RGBA::blue().toVec();
in iterate()
local
H
A
D
vktConditionalDrawTests.cpp
560
const tcu::Vec4
drawColor
= tcu::RGBA::blue().toVec();
in iterate()
local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H
A
D
Canvas.java
100
public void
drawColor
(Color c) {
in drawColor()
method in Canvas
104
public void
drawColor
(float r, float g, float b, float a) {
in drawColor()
method in Canvas
108
public void
drawColor
(int icolor) {
in drawColor()
method in Canvas
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderConditionalRenderingTestsEXT.cpp
366
const auto
drawColor
= getOutputColor();
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationFragShaderSideEffectsTests.cpp
92
tcu::Vec4
drawColor
;
member
187
const auto&
drawColor
= m_params.
drawColor
;
in initPrograms()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderConditionalRenderingTestsEXT.cpp
366
const auto
drawColor
= getOutputColor();
in iterate()
local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
MultisampledRenderToTextureTest.cpp
2832
GLuint
drawColor
;
colorAttachment1Common()
local
2929
GLuint
drawColor
;
colorAttachments0And3Common()
local
3106
GLuint
drawColor
;
TEST_P()
local
3181
GLuint
drawColor
;
blitFramebufferAttachment1Common()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H
A
D
vktRasterizationFragShaderSideEffectsTests.cpp
92
tcu::Vec4
drawColor
;
member
187
const auto&
drawColor
= m_params.
drawColor
;
in initPrograms()
local
[all...]
/third_party/skia/include/core/
H
A
D
SkCanvas.h
1134
void
drawColor
(SkColor color, SkBlendMode mode = SkBlendMode::kSrcOver) {
in drawColor()
function in SkCanvas
/third_party/skia/modules/canvaskit/
H
A
D
interface.js
Completed in 29 milliseconds