Home
last modified time | relevance | path

Searched refs:defineFunction (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js6309 function defineFunction(_ref) {
6353 defineFunction({
7806 defineFunction({
7829 defineFunction({
7859 defineFunction({
7923 defineFunction({
8048 defineFunction({
8103 defineFunction({
8126 defineFunction({
8168 defineFunction({
[all …]
Dkatex.mjs6289 function defineFunction(_ref) { function
6326 * stand-alone handler provided to `defineFunction`).
6333 defineFunction({
7711 defineFunction({
7734 defineFunction({
7758 defineFunction({
7815 defineFunction({
7940 defineFunction({
7990 defineFunction({
8015 defineFunction({
[all …]
/third_party/openGLES/specs/katex/
Dkatex.js7503 function defineFunction(names, props, handler) {
7536 defineFunction("\\sqrt", {
7556 defineFunction([
7574 defineFunction("\\color", {
7590 defineFunction("\\overline", {
7601 defineFunction("\\underline", {
7612 defineFunction("\\rule", {
7630 defineFunction(["\\kern", "\\mkern"], {
7641 defineFunction("\\KaTeX", {
7649 defineFunction("\\phantom", {
[all …]
/third_party/openGLES/specs/es/katex/
Dkatex.js7503 function defineFunction(names, props, handler) {
7536 defineFunction("\\sqrt", {
7556 defineFunction([
7574 defineFunction("\\color", {
7590 defineFunction("\\overline", {
7601 defineFunction("\\underline", {
7612 defineFunction("\\rule", {
7630 defineFunction(["\\kern", "\\mkern"], {
7641 defineFunction("\\KaTeX", {
7649 defineFunction("\\phantom", {
[all …]
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js7503 function defineFunction(names, props, handler) {
7536 defineFunction("\\sqrt", {
7556 defineFunction([
7574 defineFunction("\\color", {
7590 defineFunction("\\overline", {
7601 defineFunction("\\underline", {
7612 defineFunction("\\rule", {
7630 defineFunction(["\\kern", "\\mkern"], {
7641 defineFunction("\\KaTeX", {
7649 defineFunction("\\phantom", {
[all …]
/third_party/openGLES/specs/gl/katex/
Dkatex.js7503 function defineFunction(names, props, handler) {
7536 defineFunction("\\sqrt", {
7556 defineFunction([
7574 defineFunction("\\color", {
7590 defineFunction("\\overline", {
7601 defineFunction("\\underline", {
7612 defineFunction("\\rule", {
7630 defineFunction(["\\kern", "\\mkern"], {
7641 defineFunction("\\KaTeX", {
7649 defineFunction("\\phantom", {
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.h26 virtual void defineFunction(const char* declaration, const char* body, bool isMain) = 0;
DSkSLPipelineStageCodeGenerator.cpp343 fCallbacks->defineFunction(this->functionDeclaration(decl).c_str(), in writeFunction()
/third_party/skia/fuzz/oss_fuzz/
DFuzzSKSL2Pipeline.cpp36 void defineFunction(const char* /*decl*/, const char* /*body*/, bool /*isMain*/) override {} in FuzzSKSL2Pipeline() function in FuzzSKSL2Pipeline::Callbacks
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp103 void defineFunction(const char* decl, const char* body, bool isMain) override { in emitCode() function in GrSkSLFP::Impl::emitCode::FPCallbacks
/third_party/skia/src/sksl/
DSkSLMain.cpp413 void defineFunction(const char* decl, in processCommand() function in processCommand::__anon36b469b00802::Callbacks