Home
last modified time | relevance | path

Searched refs:xstr (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/gputools/layers/jni/
DglesLayer.cpp25 #define xstr(a) str(a) macro
28 #define LOG_TAG "glesLayer" xstr(LAYERNAME)
41 StaticLogMessage g_initMessage("glesLayer" xstr(LAYERNAME) " loaded");
145 const char* msg = "glesLayer_eglChooseConfig called in glesLayer" xstr(LAYERNAME); in glesLayer_eglChooseConfig()
161 const char* msg = "glesLayer_eglSwapBuffersWithDamageKHR called in glesLayer" xstr(LAYERNAME); in glesLayer_eglSwapBuffersWithDamageKHR()
177 const char* msg = "glesLayer_eglGetProcAddress called in glesLayer" xstr(LAYERNAME) " for:"; in glesLayer_eglGetProcAddress()
198 if (strcmp("A", xstr(LAYERNAME)) == 0) { in eglGPA()
208 } else if (strcmp("B", xstr(LAYERNAME)) == 0) { in eglGPA()
DnullLayer.cpp22 #define xstr(a) str(a) macro
25 #define LOG_TAG "nullLayer" xstr(LAYERNAME)
38 StaticLogMessage g_initMessage("nullLayer" xstr(LAYERNAME) " loaded");
71 …"VK_LAYER_ANDROID_nullLayer" xstr(LAYERNAME), VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION), 1, "Layer:…
100 const char* msg = "nullCreateDevice called in nullLayer" xstr(LAYERNAME); in nullCreateDevice()
137 const char* msg = "nullCreateInstance called in nullLayer" xstr(LAYERNAME); in nullCreateInstance()