Home
last modified time | relevance | path

Searched refs:LOG_API (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp34 #define LOG_API(...) macro
300 LOG_API("Successfully loaded runtime"); in nLoadSO()
351 LOG_API("nContextFinish, con(%p)", (RsContext)con); in nContextFinish()
579 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj); in nObjDestroy()
786 LOG_API("nDeviceCreate"); in nDeviceCreate()
793 LOG_API("nDeviceDestroy"); in nDeviceDestroy()
800 LOG_API("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value); in nDeviceSetConfig()
808 LOG_API("nContextCreate"); in nContextCreate()
828 LOG_API("ContextSetPriority, con(%p), priority(%i)", (RsContext)con, p); in nContextSetPriority()
837 LOG_API("nContextDestroy, con(%p)", (RsContext)con); in nContextDestroy()
[all …]
Dandroid_rscompat_usage_io_driver.cpp10 #define LOG_API(...) macro
23 LOG_API("Error Locking IO output buffer."); in IoGetBuffer()
53 LOG_API("Error setting IO output buffer geometry."); in rscAllocationSetSurface()
103 LOG_API("Error sending IO output buffer."); in rscAllocationIoSend()
109 LOG_API("Sent IO buffer with no attached surface."); in rscAllocationIoSend()
Dandroid_rscompat_usage_io.cpp7 #define LOG_API(...) macro
11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)", in AllocationSetSurface()