Home
last modified time | relevance | path

Searched defs:byteCode (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp34 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in test() local
84 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in vec_test() local
125 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in test() local
547 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in DEF_TEST() local
622 auto byteCode = compiler.toByteCode(*program); in expect_failure() local
633 auto byteCode = compiler.toByteCode(*program); in expect_run_failure() local
686 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in DEF_TEST() local
940 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in DEF_TEST() local
973 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in DEF_TEST() local
1038 std::unique_ptr<SkSL::ByteCode> byteCode = compiler.toByteCode(*program); in DEF_TEST() local
[all …]
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp388 auto byteCode = compiler.toByteCode(*program); in rebuild() local
454 if (const auto& byteCode = params->fByteCode) { in update() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h257 constexpr LazyShader(const BYTE *byteCode, size_t byteCodeSize, const char *name) in LazyShader()
Drenderer11_utils.cpp2373 const BYTE *byteCode, in LazyInputLayout()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h258 constexpr LazyShader(const BYTE *byteCode, size_t byteCodeSize, const char *name) in LazyShader()
Drenderer11_utils.cpp2358 const BYTE *byteCode, in LazyInputLayout()
/third_party/flutter/skia/src/core/
DSkRasterPipeline.h168 const SkSL::ByteCode* byteCode; member
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp354 static bool innerRun(const ByteCode* byteCode, const ByteCodeFunction* f, VValue* stack, in innerRun()