Home
last modified time | relevance | path

Searched defs:color (Results 876 - 900 of 1987) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp145 tcu::Vec4 swizzle (const tcu::Vec4& color, const tcu::UVec4& swizzle) in swizzle() argument
257 void ReferenceRenderer::colorClear(const tcu::Vec4& color) in colorClear() argument
H A DvktPipelineReferenceRenderer.hpp64 tcu::Vec4 color; in shadeVertices() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassMergeFeedbackTests.cpp70 tcu::Vec4 color; member
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.hpp113 tcu::Vec4 color; member
/third_party/vk-gl-cts/modules/egl/
H A DteglSwapBuffersTests.cpp244 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color) in checkColor() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fColorClearTest.cpp90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) in ClearInfo() argument
H A Des2fDepthTests.cpp82 void DepthShader::setColor (sglr::Context& ctx, deUint32 programID, const tcu::Vec4& color) in setColor() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fColorClearTest.cpp90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) in ClearInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1State.cpp200 void GLES1State::setCurrentColor(const ColorF &color) in setCurrentColor() argument
H A DSampler.cpp170 void Sampler::setBorderColor(const Context *context, const ColorGeneric &color) in setBorderColor() argument
H A Dangletypes.cpp318 bool SamplerState::setBorderColor(const ColorGeneric &color) in setBorderColor() argument
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/render/
H A Degl_core.cpp412 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDraw() argument
429 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument
450 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/
H A Degl_core.cpp416 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDraw() argument
433 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument
454 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/
H A Degl_core.cpp418 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDraw() argument
435 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument
456 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp357 string color; SetValue() local
360 ss >> color; SetValue() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp484 void ContainerModalElement::SetAppBgColor(const Color& color) in SetAppBgColor() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp172 void RenderPickerOption::UpdateBackgroundDecoration(const Color& color) in UpdateBackgroundDecoration() argument
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h162 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption()) in SetStroke() argument
167 void SetFill(const Color& color, const AnimationOption& option = AnimationOption()) in SetFill() argument
H A Dshape_container_component.h174 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption()) in SetStroke() argument
179 void SetFill(const Color& color, const AnimationOption& option = AnimationOption()) in SetFill() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp45 void IndexerModelNG::SetColor(const std::optional<Color>& color) in SetColor() argument
314 void IndexerModelNG::SetPopupTitleBackground(const std::optional<Color>& color) in SetPopupTitleBackground() argument
371 void IndexerModelNG::SetPopupTitleBackground(FrameNode* frameNode, const std::optional<Color>& color) in SetPopupTitleBackground() argument
468 void IndexerModelNG::SetColor(FrameNode* frameNode, const std::optional<Color>& color) in SetColor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h129 void SetFillColor(const Color& color) in SetFillColor() argument
135 void SetStrokeColor(const Color& color) in SetStrokeColor() argument
185 void SetShadowColor(const Color& color) in SetShadowColor() argument
H A Doffscreen_canvas.h39 void SetFillColor(const Color& color) in SetFillColor() argument
45 void SetStrokeColor(const Color& color) in SetStrokeColor() argument
100 void SetShadowColor(const Color& color) in SetShadowColor() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h194 void SetIndicatorColor(const Color& color) in SetIndicatorColor() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp37 GradientColor CreatePercentGradientColor(float percent, Color color) in CreatePercentGradientColor() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h55 void SetColor(const Color& color) in SetColor() argument

Completed in 20 milliseconds

1...<<31323334353637383940>>...80