Home
last modified time | relevance | path

Searched defs:funcs (Results 201 - 225 of 227) sorted by relevance

12345678910

/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dasn1t.h608 const void *funcs; /* further data and type-specific functions */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp380 func2D_t funcs; member
942 const HelperInvocationsParams::func2D_t funcs = m_params.mode.funcs; in iterate() local
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp2030 std::string funcs = "float E(float f) { return f * 2.0f; }\n"; in TEST_F() local
2059 std::string funcs = "float E(float f) { return f * 2.0f; }\n"; in TEST_F() local
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1t.h587 const void *funcs; /* functions that handle this type */ member
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp268 static hb_font_funcs_t* const funcs = []{ local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp1256 const deUint32 funcs[] = in getRandomBlendFunc() local
H A Des3fUniformApiTests.cpp110 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() argument
1132 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp380 func2D_t funcs; member
942 const HelperInvocationsParams::func2D_t funcs = m_params.mode.funcs; in iterate() local
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h163 PS_Table_FuncsRec funcs; member
472 PS_Parser_FuncsRec funcs; member
586 PS_Builder_FuncsRec funcs; member
852 T1_Builder_FuncsRec funcs; member
972 T1_Decoder_FuncsRec funcs; member
1133 CFF_Builder_FuncsRec funcs; global() member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh1471 ContextClosureFuncs funcs; member
1478 ContextCollectGlyphsFuncs funcs; member
1484 ContextApplyFuncs funcs; member
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp114 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() argument
950 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); in init() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp98 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() argument
961 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); in init() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c1506 const struct drm_connector_helper_funcs *funcs; in dw_hdmi_rockchip_mode_valid() local
1554 const struct rockchip_crtc_funcs *funcs = priv->crtc_funcs[pipe]; in dw_hdmi_rockchip_mode_valid() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3191 const struct sp_filter_funcs *funcs = NULL; in sample_mip() local
3800 const struct sp_filter_funcs *funcs; in sp_tgsi_query_lod() local
3147 get_filters(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const enum tgsi_sampler_control control, const struct sp_filter_funcs **funcs, img_filter_func *min, img_filter_func *mag) get_filters() argument
[all...]

Completed in 61 milliseconds

12345678910