Home
last modified time | relevance | path

Searched refs:mode_ptr (Results 1 – 5 of 5) sorted by relevance

/third_party/freetype/include/freetype/
Dftrender.h109 FT_Pointer mode_ptr );
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftrender.h109 FT_Pointer mode_ptr );
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftrender.h110 FT_Pointer mode_ptr );
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc91 auto mode_ptr = primitive->GetAttr("mode"); in InferImplPooling() local
92 if ((mode_ptr != nullptr) && mode_ptr->isa<StringImm>()) { in InferImplPooling()
93 auto mode = mode_ptr->cast<StringImmPtr>()->value(); in InferImplPooling()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c878 struct gl_config mode, *mode_ptr = &mode; in st_api_create_context() local
943 mode_ptr = NULL; in st_api_create_context()
944 st = st_create_context(api, pipe, mode_ptr, shared_ctx, in st_api_create_context()