Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
SkSLIntrinsicList.cpp File Reference
#include "src/base/SkNoDestructor.h"
#include "src/base/SkStringView.h"
#include "src/sksl/SkSLIntrinsicList.h"

Go to the source code of this file.

Namespaces

namespace  SkSL
 

Macros

#define SKSL_INTRINSIC(name)   {#name, k_##name##_IntrinsicKind},
 

Functions

const IntrinsicMapSkSL::GetIntrinsicMap ()
 
IntrinsicKind SkSL::FindIntrinsicKind (std::string_view functionName)
 

Macro Definition Documentation

◆ SKSL_INTRINSIC

#define SKSL_INTRINSIC (   name)    {#name, k_##name##_IntrinsicKind},