Searched refs:func (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/gputools/layers/jni/ |
D | glesLayer.cpp | 193 #define GETPROCADDR(func) if(!strcmp(funcName, #func)) { \ in eglGPA() argument 194 ALOGI("%s%s%s", "Returning glesLayer_" #func " for ", funcName, " in eglGPA"); \ in eglGPA() 195 return (EGLFuncPointer)glesLayer_##func; \ in eglGPA() 235 const char* func = "eglGetProcAddress"; in glesLayer_InitializeLayer() local 237 ALOGI("%s%s%s%llu%s%llu%s", "Looking up address of ", func, in glesLayer_InitializeLayer() 242 void* gpa = get_next_layer_proc_address(layer_id, func); in glesLayer_InitializeLayer() 245 func = "eglFoo"; in glesLayer_InitializeLayer() 247 ALOGI("%s%s%s%llu%s%llu%s", "Looking up address of ", func, in glesLayer_InitializeLayer() 252 gpa = get_next_layer_proc_address(layer_id, func); in glesLayer_InitializeLayer() 254 ALOGI("%s%llu%s%s", "Got back (", (unsigned long long) gpa, ") for ", func); in glesLayer_InitializeLayer()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_CpuInstructions.cpp | 31 static jboolean test_instruction(void (*func)()) in test_instruction() argument 52 func(); in test_instruction()
|
/cts/tests/tests/graphics/assets/fonts/security/ |
D | ft45987.ttf.README.txt | 3 from http://savannah.nongnu.org/bugs/?func=detailitem&item_id=45987 and
|
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/agent/ |
D | ddms_agent.cc | 59 result = reinterpret_cast<void*>(cur_info->func); in GetExtension()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 811 void (*func)(u64); member 821 void (*func)(u64) = dat->func; in thread_start() local 824 (*func)(arg); in thread_start() 828 int launch_thread(const char *name, void (*func)(u64), sync_t **sync, u64 arg, in launch_thread() 833 dat->func = func; in launch_thread() 964 u64 first_bl(u64 func) { in first_bl() argument 966 u32 inst = r32(func + i * 4); in first_bl() 971 return func + i * 4 + off * 4; in first_bl()
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 145 …criptor_list = reinterpret_cast<jvmtiError (*)(jvmtiEnv*, jobject, jint*, char***)>(curInfo->func); in Java_android_signature_cts_api_BootClassPathClassesProvider_initialize()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 282 byte[] rgba = func[type].filter(src[i], src[i + 1], src[i + 2], src[i + 3], in javaBlend() 289 return func[type].name; in javaBlend() 647 BlendFunc[] func = { field in ImageProcessingTest
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 253 short-func-length=1
|