HomeSort by relevance Sort by last modified time
    Searched refs:funcName (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/vulkan-validation-layers/loader/
gpa_helper.h 28 const char *funcName) {
30 if (!strcmp(funcName, "vkGetInstanceProcAddr"))
32 if (!strcmp(funcName, "vkDestroyInstance"))
34 if (!strcmp(funcName, "vkEnumeratePhysicalDevices"))
36 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures"))
38 if (!strcmp(funcName, "vkGetPhysicalDeviceFormatProperties"))
40 if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties"))
42 if (!strcmp(funcName, "vkGetPhysicalDeviceSparseImageFormatProperties"))
45 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties"))
47 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties")
    [all...]
  /external/mesa3d/src/egl/main/
eglcurrent.h 106 _eglDebugReportFull(EGLenum error, const char *command, const char *funcName,
110 _eglDebugReport(EGLenum error, const char *funcName,
113 #define _eglReportCritical(error, funcName, ...) \
114 _eglDebugReport(error, funcName, EGL_DEBUG_MSG_CRITICAL_KHR, __VA_ARGS__)
116 #define _eglReportError(error, funcName, ...) \
117 _eglDebugReport(error, funcName, EGL_DEBUG_MSG_ERROR_KHR, __VA_ARGS__)
119 #define _eglReportWarn(funcName, ...) \
120 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_WARN_KHR, __VA_ARGS__)
122 #define _eglReportInfo(funcName, ...) \
123 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_INFO_KHR, __VA_ARGS__
    [all...]
eglcurrent.c 313 _eglDebugReportFullv(EGLenum error, const char *command, const char *funcName,
337 _eglInternalError(error, funcName);
342 _eglDebugReportFull(EGLenum error, const char *command, const char *funcName,
347 _eglDebugReportFullv(error, command, funcName, type, objectLabel, message, args);
352 _eglDebugReport(EGLenum error, const char *funcName,
358 if (funcName == NULL) {
359 funcName = thr->CurrentFuncName;
363 _eglDebugReportFullv(error, thr->CurrentFuncName, funcName, type, thr->CurrentObjectLabel, message, args);
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 79 get_static_proc_offset(const char *funcName)
81 const glprocs_table_t * const f = get_static_proc( funcName );
96 get_static_proc_address(const char *funcName)
98 const glprocs_table_t * const f = get_static_proc( funcName );
189 get_extension_proc(const char *funcName)
193 if (strcmp(ExtEntryTable[i].name, funcName) == 0) {
202 get_extension_proc_offset(const char *funcName)
204 const struct _glapi_function * const f = get_extension_proc( funcName );
214 get_extension_proc_address(const char *funcName)
216 const struct _glapi_function * const f = get_extension_proc( funcName );
    [all...]
  /external/mesa3d/src/mapi/
mapi_glapi.c 128 const char * funcName = function_names[i];
132 if (!funcName || funcName[0] != 'g' || funcName[1] != 'l')
134 funcName += 2;
136 stub = stub_find_public(funcName);
138 stub = stub_find_dynamic(funcName, 0);
154 const char * funcName = function_names[i] + 2;
160 stub = stub_find_dynamic(funcName, 1);
197 _glapi_get_proc_offset(const char *funcName)
    [all...]
  /frameworks/av/media/libaudiohal/
ConversionHelperHidl.h 40 status_t processReturn(const char* funcName, const Return<R>& ret, T *retval) {
46 return processReturn(funcName, ret);
50 status_t processReturn(const char* funcName, const Return<T>& ret) {
52 emitError(funcName, ret.description().c_str());
57 status_t processReturn(const char* funcName, const Return<hardware::audio::V2_0::Result>& ret) {
59 emitError(funcName, ret.description().c_str());
66 const char* funcName, const Return<T>& ret, hardware::audio::V2_0::Result retval) {
68 emitError(funcName, ret.description().c_str());
78 void emitError(const char* funcName, const char* description);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
EGLClientIface.h 28 void* (*getProcAddress)(const char *funcName);
  /external/deqp/framework/common/
tcuFunctionLibrary.hpp 44 virtual deFunctionPtr getFunction (const char* funcName) const = 0;
63 deFunctionPtr getFunction (const char* funcName) const;
80 deFunctionPtr getFunction (const char* funcName) const;
95 deFunctionPtr getFunction (const char* funcName) const;
tcuFunctionLibrary.cpp 51 deFunctionPtr StaticFunctionLibrary::getFunction (const char* funcName) const
53 std::map<std::string, deFunctionPtr>::const_iterator iter = m_functions.find(funcName);
72 deFunctionPtr DynamicFunctionLibrary::getFunction (const char* funcName) const
74 return m_dynamicLibrary.getFunction(funcName);
  /external/python/cpython2/PC/
frozen_dllmain.c 120 char funcName[255];
122 strcpy(funcName, "_DllMain");
123 strcat(funcName, modName);
124 strcat(funcName, "@12"); // stdcall convention.
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName);
  /external/apache-xml/src/main/java/org/apache/xpath/
ExtensionsProvider.java 38 public boolean functionAvailable(String ns, String funcName)
50 public Object extFunction(String ns, String funcName,
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.c 49 #define IMPORT_FUNC_GL(funcName) do { \
50 void *procAddress = waffle_dl_sym(WAFFLE_DL_OPENGL_ES2, #funcName); \
52 FNPTR(funcName) = (funcType_##funcName)procAddress; } while (0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLAPISpecTest.java 32 String funcName = "glDiscardFramebufferEXT";
38 GLAPISpec spec = GLAPISpec.parseLine(createSpec(returnType, funcName, args));
42 assertEquals(funcName, spec.getFunction());
58 private String createSpec(String returnType, String funcName, List<String> args) {
60 sb.append(String.format("%s, %s", returnType, funcName));
  /external/deqp/scripts/egl/
common.py 93 def getFunctionTypeName (funcName):
94 return "%sFunc" % funcName
96 def getFunctionMemberName (funcName):
97 assert funcName[:3] == "egl"
98 return "%c%s" % (funcName[3].lower(), funcName[4:])
  /external/vulkan-validation-layers/tests/layers/
test.cpp 87 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance, const char* funcName)
103 if (!strcmp(core_instance_commands[i].name, funcName))
117 return pTable->GetInstanceProcAddr(instance, funcName);
122 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance, const char* funcName)
124 return test::GetInstanceProcAddr(instance, funcName);
127 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *funcName)
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeProgram.java 163 private native boolean bindInitFunction(String funcName);
164 private native boolean bindSetValueFunction(String funcName);
165 private native boolean bindGetValueFunction(String funcName);
166 private native boolean bindProcessFunction(String funcName);
167 private native boolean bindResetFunction(String funcName);
168 private native boolean bindTeardownFunction(String funcName);
  /external/deqp/scripts/opengl/
src_util.py 146 def getFunctionTypeName (funcName):
147 return "%sFunc" % funcName
149 def getFunctionMemberName (funcName):
150 assert funcName[:2] == "gl"
151 if funcName[:5] == "glEGL":
153 return "egl%s" % funcName[5:]
155 return "%c%s" % (funcName[2].lower(), funcName[3:])
gen_wrapper.py 27 def getMangledName (funcName):
28 assert funcName[:2] == "gl"
29 return "glw" + funcName[2:]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
prune.go 25 funcName := fn.Name
27 if funcName[0] == '.' {
28 funcName = funcName[1:]
30 if dropRx.MatchString(funcName) {
31 if keepRx == nil || !keepRx.MatchString(funcName) {
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
prune.go 25 funcName := fn.Name
27 if funcName[0] == '.' {
28 funcName = funcName[1:]
30 if dropRx.MatchString(funcName) {
31 if keepRx == nil || !keepRx.MatchString(funcName) {
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 217 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
223 addr = layer_intercept_proc(funcName);
232 return pTable->GetDeviceProcAddr(device, funcName);
235 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance, const char *funcName) {
239 addr = layer_intercept_instance_proc(funcName);
241 addr = layer_intercept_proc(funcName);
249 addr = debug_report_get_instance_proc_addr(my_data->report_data, funcName);
258 return pTable->GetInstanceProcAddr(instance, funcName);
377 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const char *funcName) {
378 return threading::GetDeviceProcAddr(dev, funcName);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
threading.cpp 217 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
223 addr = layer_intercept_proc(funcName);
232 return pTable->GetDeviceProcAddr(device, funcName);
235 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance, const char *funcName) {
239 addr = layer_intercept_instance_proc(funcName);
241 addr = layer_intercept_proc(funcName);
249 addr = debug_report_get_instance_proc_addr(my_data->report_data, funcName);
258 return pTable->GetInstanceProcAddr(instance, funcName);
377 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const char *funcName) {
378 return threading::GetDeviceProcAddr(dev, funcName);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 102 * @param funcName the function name being tested
108 public boolean functionAvailable(String ns, String funcName)
118 isAvailable = extNS.isFunctionAvailable(funcName);
149 * @param funcName the function name being called
161 public Object extFunction(String ns, String funcName,
175 result = extNS.callFunction(funcName, argVec, methodKey,
189 throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_UNKNOWN, new Object[]{ns, funcName }));
190 //"Extension function '" + ns + ":" + funcName + "' is unknown");
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 200 const char* funcName = funcNames.functions[funcNdx];
203 funcPtr = eglGetProcAddress(funcName);
208 log << TestLog::Message << "Fail, received null pointer for supported extension function: " << funcName << TestLog::EndMessage;
251 const char* funcName = funcNames.functions[funcNdx];
254 funcPtr = eglGetProcAddress(funcName);
259 log << TestLog::Message << "Fail, received null pointer for supported function: " << funcName << TestLog::EndMessage;
264 log << TestLog::Message << "Warning, received non-null value for unsupported function: " << funcName << TestLog::EndMessage;
  /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
TraceMetric.java 24 * prefix:funcname:param[=expval]:mtype
27 * * funcname: The name of the metric, located under /d/tracing/events/[prefix].
44 * @param funcName the name of the metric from /d/tracing/events/[prefix]
48 public TraceMetric(String prefix, String funcName, String param, MetricType metricType) {
50 mFuncName = funcName;
59 * @param funcName the name of the metric from /d/tracing/events/[prefix]
64 public TraceMetric(String prefix, String funcName, String param,
67 mFuncName = funcName;
104 * Expected format: prefix:funcname:param[=expval]:mtype
110 "bad metric format (should be prefix:funcname:param[=expval]:evtype): " + text)
113 String funcname = parts[1]; local
    [all...]

Completed in 476 milliseconds

1 2 3 4 5 6 7