Home
last modified time | relevance | path

Searched defs:compile (Results 76 - 100 of 124) sorted by relevance

12345

/third_party/skia/src/core/
H A DSkRasterPipeline.cpp402 std::function<void(size_t, size_t, size_t, size_t)> SkRasterPipeline::compile() const { in compile() function in SkRasterPipeline
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DShader.cpp208 void Shader::compile() in compile() function in es2::Shader
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp110 void RegexCompile::compile( in compile() function in RegexCompile
129 void RegexCompile::compile( in compile() function in RegexCompile
H A Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
368 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
418 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
430 RegexPattern::compile(UText *regex, compile() function in RegexPattern
442 RegexPattern::compile(const UnicodeString &regex, compile() function in RegexPattern
455 RegexPattern::compile(UText *regex, compile() function in RegexPattern
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.cpp131 void MatchOutputCodeTest::compile(const std::string &shaderString) in compile() function in sh::MatchOutputCodeTest
136 void MatchOutputCodeTest::compile(const std::string &shaderString, in compile() function in sh::MatchOutputCodeTest
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.cc165 hb_ot_map_builder_t::compile (hb_ot_map_t &m, in compile() function in hb_ot_map_builder_t
H A Dhb-ot-shape.cc97 hb_ot_shape_planner_t::compile (hb_ot_shape_plan_t &plan, in compile() function in hb_ot_shape_planner_t
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py342 def compile(self, sources, member in MSVCCompiler
H A Dccompiler.py511 def compile(self, sources, output_dir=None, macros=None, member in CCompiler
[all...]
H A Dmsvc9compiler.py455 def compile(self, sources, member in MSVCCompiler
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp293 compile(LLVMContext &ctx, clang::CompilerInstance &c, in compile() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp329 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile() function in LTOCodeGenerator
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp133 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const in compile() function in gl3cts::Utils::programInfo
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp272 string CompilerReflection::compile() in compile() function in CompilerReflection
/third_party/glslang/gtests/
H A DTestFixture.h186 bool compile(glslang::TShader* shader, const std::string& code, in compile() function in glslangtest::GlslangTest
/third_party/rust/crates/aho-corasick/src/
H A Dnfa.rs629 fn compile<I, P>(mut self, patterns: I) -> Result<NFA<S>> in compile() functions
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp314 void Shader::compile(const Context *context) in compile() function in gl::Shader
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.cpp1116 bool TCompiler::compile(const char *const shaderStrings[], in compile() function in sh::TCompiler
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DCollectVariables_test.cpp123 void compile(const std::string &shaderString, ShCompileOptions compileOptions) in compile() function in CollectVariablesTest
129 void compile(const std::string &shaderString) { compile(shaderString, 0u); } in compile() function in CollectVariablesTest
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp124 auto compile = [&](SkSL::ProgramKind kind, GrShaderType shaderType) { in loadHLSLFromCache() local
612 auto compile = [&](SkSL::ProgramKind kind, GrShaderType shaderType) { in finalize() local
/third_party/rust/crates/regex/src/
H A Dcompile.rs129 pub fn compile(mut self, exprs: &[Hir]) -> result::Result<Program, Error> { in compile() functions
984 fn compile(mut self) -> Result { in compile() functions
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp78 void Shader::compile (void) in compile() function in glu::Shader
[all...]
/third_party/jinja2/
H A Denvironment.py707 def compile( # type: ignore member in Environment
718 def compile( member in Environment
729 def compile( member in Environment
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py604 def compile(self, source, name=None, filename=None, raw=False, defer_init=False): member in Environment
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py554 def compile(self, source, name=None, filename=None, raw=False, member in Environment

Completed in 34 milliseconds

12345