Home
last modified time | relevance | path

Searched defs:funcName (Results 1 – 25 of 81) sorted by relevance

1234

/external/mesa3d/src/mapi/glapi/
Dglapi_getproc.c75 get_static_proc_offset(const char *funcName) in get_static_proc_offset()
95 _glapi_add_dispatch(const char *funcName) in _glapi_add_dispatch()
106 _glapi_get_proc_offset(const char *funcName) in _glapi_get_proc_offset()
119 _glapi_get_proc_address(const char *funcName) in _glapi_get_proc_address()
/external/rust/android-crates-io/crates/icu_capi/bindings/demo_gen/
Dindex.mjs44 funcName: "CaseMapper.lowercase", property
65 funcName: "CaseMapper.uppercase", property
86 funcName: "CaseMapper.titlecaseSegmentWithOnlyCaseData", property
119 funcName: "CaseMapper.fold", property
134 funcName: "CaseMapper.foldTurkic", property
149 funcName: "TitlecaseMapper.titlecaseSegment", property
182 funcName: "Date.monthCode", property
215 funcName: "Date.era", property
248 funcName: "DateFormatter.format", property
293 funcName: "DateFormatter.formatIso", property
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DExtensionsProvider.java38 public boolean functionAvailable(String ns, String funcName) in functionAvailable()
50 public Object extFunction(String ns, String funcName, in extFunction()
/external/mesa3d/src/mapi/shared-glapi/
Dglapi.c85 _glapi_get_proc_offset(const char *funcName) in _glapi_get_proc_offset()
97 _glapi_get_proc_address(const char *funcName) in _glapi_get_proc_address()
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionsTable.java108 public boolean functionAvailable(String ns, String funcName) in functionAvailable()
161 public Object extFunction(String ns, String funcName, in extFunction()
DExtensionHandler.java109 String funcName, Vector args, Object methodKey, in callFunction()
/external/deqp/scripts/egl/
Dcommon.py101 def getFunctionTypeName (funcName): argument
104 def getFunctionMemberName (funcName): argument
Dgtf_wrapper.py35 def getMangledName (funcName): argument
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java64 public boolean functionAvailable(String ns, String funcName) in functionAvailable()
100 public Object extFunction(String ns, String funcName, Vector argVec, in extFunction()
/external/deqp/scripts/opengl/
Dsrc_util.py231 def getFunctionTypeName (funcName): argument
234 def getFunctionMemberName (funcName): argument
Dgen_wrapper.py32 def getMangledName (funcName): argument
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.c49 #define IMPORT_FUNC_GL(funcName) do { \ in importGLInit() argument
/external/lzma/C/
DAes.h44 #define Z7_DECLARE_AES_CODE_FUNC(funcName) \ argument
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c181 _glxapi_get_proc_address(const char *funcName) in _glxapi_get_proc_address()
/external/python/cpython3/PC/
Dfrozen_dllmain.c120 char funcName[255]; in CallModuleDllMain() local
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp459 static StringRef sanitizeFunctionName(StringRef funcName) { in sanitizeFunctionName()
470 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, in getLibFunc()
/external/vulkan-validation-layers/scripts/
Dparameter_validation_generator.py995 …def processStructMemberCode(self, line, funcName, memberNamePrefix, memberDisplayNamePrefix, postP… argument
1057 …def expandStructCode(self, item_type, funcName, memberNamePrefix, memberDisplayNamePrefix, indent,… argument
1070 …def expandStructPointerCode(self, prefix, value, lenValue, funcName, valueDisplayName, postProcSpe… argument
1106 def genFuncBody(self, funcName, values, valuePrefix, displayNamePrefix, structTypeName): argument
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
Dcodechal_debug.cpp1898 …const char *funcName = (m_codecFunction == CODECHAL_FUNCTION_DECODE) ? "_DEC" : (m_codecFunction =… in CodechalDebugInterface() local
2232 …const char *funcName = (m_codecFunction == CODECHAL_FUNCTION_DECODE) ? "_DEC" : (m_codecFunction =… in CodechalDebugInterface() local
2741 …const char *funcName = (m_codecFunction == CODECHAL_FUNCTION_DECODE) ? "_DEC" : (m_codecFunction =… in DumpRgbDataOnYUVSurface() local
2945 std::string funcName = ""; in DumpHucDmem() local
3281 std::string funcName = ""; in DumpHucRegion() local
3569 const char *funcName, in CreateFileName()
3710 …std::string funcName = cmdName ? cmdName : static_cast<CodecDebugConfigMgr*>(m_configMgr)->GetMedi… in DumpCmdBuffer() local
3761 …std::string funcName = batchName ? batchName : static_cast<CodecDebugConfigMgr*>(m_configMgr)->Get… in Dump2ndLvlBatch() local
3866 …std::string funcName = static_cast<CodecDebugConfigMgr*>(m_configMgr)->GetMediaStateStr(mediaSta… in DumpCurbe() local
3898 …std::string funcName = static_cast<CodecDebugConfigMgr*>(m_configMgr)->GetMediaStateStr(mediaSta… in DumpMDFCurbe() local
[all …]
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp196 const char *funcName = funcNames.functions[funcNdx]; in executeTest() local
336 const char *funcName = funcNames.functions[funcNdx]; in executeTest() local
/external/mesa3d/src/mesa/main/
Dpbo.c399 const char *funcName) in _mesa_validate_pbo_teximage()
441 const char *funcName) in _mesa_validate_pbo_compressed_teximage()
/external/mesa3d/src/egl/main/
Deglcurrent.c170 _eglDebugReport(EGLenum error, const char *funcName, EGLint type, in _eglDebugReport()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_cl_khr_spirv_no_integer_wrap_decoration.cpp27 const char *funcName, in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
Dtest_op_negate.cpp25 const char *funcName, in test_negation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp609 static StringRef sanitizeFunctionName(StringRef funcName) { in sanitizeFunctionName()
620 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc()
/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp221 …TR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance, const char *funcName) { in vkGetInstanceProcAddr()
226const char *funcName) { in vk_layerGetPhysicalDeviceProcAddr()

1234