Home | History | Annotate | Download | only in jni

Lines Matching refs:LOG_API

44 //#define LOG_API LOGE
45 #define LOG_API(...)
91 LOG_API("nAssignName, con(%p), obj(%p)", con, (void *)obj);
103 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
113 LOG_API("nObjDestroyOOB, con(%p) obj(%p)", con, (void *)obj);
121 LOG_API("nFileOpen, con(%p)", con);
135 LOG_API("nDeviceCreate");
142 LOG_API("nDeviceDestroy");
149 LOG_API("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value);
156 LOG_API("nContextCreate");
163 LOG_API("nContextCreateGL");
171 LOG_API("ContextSetPriority, con(%p), priority(%i)", con, p);
181 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd);
198 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
206 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits);
214 LOG_API("nContextPause, con(%p)", con);
222 LOG_API("nContextResume, con(%p)", con);
231 LOG_API("nContextGetMessage, con(%p), len(%i)", con, len);
245 LOG_API("nContextInitToClient, con(%p)", con);
252 LOG_API("nContextDeinitToClient, con(%p)", con);
261 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
270 LOG_API("nElementCreate2, con(%p)", con);
298 LOG_API("nTypeBegin, con(%p) e(%p)", con, (RsElement)eID);
306 LOG_API("nTypeAdd, con(%p) dim(%i), val(%i)", con, dim, val);
314 LOG_API("nTypeCreate, con(%p)", con);
442 LOG_API("nAllocationCreateTyped, con(%p), e(%p)", con, (RsElement)e);
450 LOG_API("nAllocationUploadToTexture, con(%p), a(%p), genMip(%i), mip(%i)", con, (RsAllocation)a, genMip, mip);
458 LOG_API("nAllocationUploadToBufferObject, con(%p), a(%p)", con, (RsAllocation)a);
579 LOG_API("nAllocation1DSubData_i, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes);
590 LOG_API("nAllocation1DSubData_s, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes);
601 LOG_API("nAllocation1DSubData_b, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes);
612 LOG_API("nAllocation1DSubData_f, con(%p), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, count, len, sizeBytes);
623 LOG_API("nAllocation2DSubData_i, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len);
634 LOG_API("nAllocation2DSubData_i, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len);
645 LOG_API("nAllocationRead_i, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len);
656 LOG_API("nAllocationRead_f, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len);
668 LOG_API("nAllocationDataFromObject con(%p), alloc(%p)", con, (RsAllocation)alloc);
686 LOG_API("nAllocationReadFromObject con(%p), alloc(%p)", con, (RsAllocation)alloc);
710 LOG_API("nAdapter1DBindAllocation, con(%p), adapter(%p), alloc(%p)", con, (RsAdapter1D)adapter, (RsAllocation)alloc);
718 LOG_API("nAdapter1DSetConstraint, con(%p), adapter(%p), dim(%i), value(%i)", con, (RsAdapter1D)adapter, dim, value);
727 LOG_API("nAdapter1DData_i, con(%p), adapter(%p), len(%i)", con, (RsAdapter1D)adapter, len);
738 LOG_API("nAdapter1DSubData_i, con(%p), adapter(%p), offset(%i), count(%i), len(%i)", con, (RsAdapter1D)adapter, offset, count, len);
749 LOG_API("nAdapter1DData_f, con(%p), adapter(%p), len(%i)", con, (RsAdapter1D)adapter, len);
760 LOG_API("nAdapter1DSubData_f, con(%p), adapter(%p), offset(%i), count(%i), len(%i)", con, (RsAdapter1D)adapter, offset, count, len);
770 LOG_API("nAdapter1DCreate, con(%p)", con);
780 LOG_API("nAdapter2DBindAllocation, con(%p), adapter(%p), alloc(%p)", con, (RsAdapter2D)adapter, (RsAllocation)alloc);
788 LOG_API("nAdapter2DSetConstraint, con(%p), adapter(%p), dim(%i), value(%i)", con, (RsAdapter2D)adapter, dim, value);
797 LOG_API("nAdapter2DData_i, con(%p), adapter(%p), len(%i)", con, (RsAdapter2D)adapter, len);
808 LOG_API("nAdapter2DData_f, con(%p), adapter(%p), len(%i)", con, (RsAdapter2D)adapter, len);
819 LOG_API("nAdapter2DSubData_i, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)",
831 LOG_API("nAdapter2DSubData_f, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)",
842 LOG_API("nAdapter2DCreate, con(%p)", con);
852 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
860 LOG_API("nScriptSetClearColor, con(%p), s(%p), r(%f), g(%f), b(%f), a(%f)", con, (void *)script, r, g, b, a);
868 LOG_API("nScriptCSetClearDepth, con(%p), s(%p), depth(%f)", con, (void *)script, d);
876 LOG_API("nScriptCSetClearStencil, con(%p), s(%p), stencil(%i)", con, (void *)script, stencil);
884 LOG_API("nScriptCSetTimeZone, con(%p), s(%p), timeZone(%s)", con, (void *)script, (const char *)timeZone);
901 LOG_API("nScriptCAddType, con(%p), type(%p), writable(%i), slot(%i)", con, (RsType)type, writable, slot);
916 LOG_API("nScriptSetInvoke, con(%p)", con);
931 LOG_API("nScriptInvoke, con(%p), script(%p)", con, (void *)obj);
939 LOG_API("nScriptCSetRoot, con(%p), isRoot(%i)", con, isRoot);
949 LOG_API("nScriptCBegin, con(%p)", con);
958 LOG_API("!!! nScriptCSetScript, con(%p)", con);
1001 LOG_API("nScriptCCreate, con(%p)", con);
1010 LOG_API("nScriptCAddDefineI32, con(%p) name(%s) value(%d)", con, n, value);
1020 LOG_API("nScriptCAddDefineF, con(%p) name(%s) value(%f)", con, n, value);
1031 LOG_API("nProgramFragmentStoreBegin, con(%p), in(%p), out(%p)", con, (RsElement)in, (RsElement)out);
1039 LOG_API("nProgramFragmentStoreDepthFunc, con(%p), func(%i)", con, func);
1047 LOG_API("nProgramFragmentStoreDepthMask, con(%p), enable(%i)", con, enable);
1055 LOG_API("nProgramFragmentStoreColorMask, con(%p), r(%i), g(%i), b(%i), a(%i)", con, r, g, b, a);
1063 LOG_API("nProgramFragmentStoreBlendFunc, con(%p), src(%i), dst(%i)", con, src, dst);
1071 LOG_API("nProgramFragmentStoreDither, con(%p), enable(%i)", con, enable);
1079 LOG_API("nProgramFragmentStoreCreate, con(%p)", con);
1090 LOG_API("nProgramBindConstants, con(%p), vpf(%p), sloat(%i), a(%p)", con, (RsProgramVertex)vpv, slot, (RsAllocation)a);
1098 LOG_API("nProgramBindTexture, con(%p), vpf(%p), slot(%i), a(%p)", con, (RsProgramFragment)vpf, slot, (RsAllocation)a);
1106 LOG_API("nProgramBindSampler, con(%p), vpf(%p), slot(%i), a(%p)", con, (RsProgramFragment)vpf, slot, (RsSampler)a);
1119 LOG_API("nProgramFragmentCreate, con(%p), paramLen(%i)", con, paramLen);
1135 LOG_API("nProgramFragmentCreate2, con(%p), shaderLen(%i), paramLen(%i)", con, shaderLen, paramLen);
1150 LOG_API("nProgramVertexCreate, con(%p), texMat(%i)", con, texMat);
1163 LOG_API("nProgramVertexCreate2, con(%p), shaderLen(%i), paramLen(%i)", con, shaderLen, paramLen);
1178 LOG_API("nProgramRasterCreate, con(%p), in(%p), out(%p), pointSmooth(%i), lineSmooth(%i), pointSprite(%i)",
1187 LOG_API("nProgramRasterSetPointSize, con(%p), vpf(%p), value(%f)", con, (RsProgramRaster)vpr, v);
1195 LOG_API("nProgramRasterSetLineWidth, con(%p), vpf(%p), value(%f)", con, (RsProgramRaster)vpr, v);
1206 LOG_API("nContextBindRootScript, con(%p), script(%p)", con, (RsScript)script);
1214 LOG_API("nContextBindProgramFragmentStore, con(%p), pfs(%p)", con, (RsProgramFragmentStore)pfs);
1222 LOG_API("nContextBindProgramFragment, con(%p), pf(%p)", con, (RsProgramFragment)pf);
1230 LOG_API("nContextBindProgramVertex, con(%p), pf(%p)", con, (RsProgramVertex)pf);
1238 LOG_API("nContextBindProgramRaster, con(%p), pf(%p)", con, (RsProgramRaster)pf);
1249 LOG_API("nSamplerBegin, con(%p)", con);
1257 LOG_API("nSamplerSet, con(%p), param(%i), value(%i)", con, p, v);
1265 LOG_API("nSamplerCreate, con(%p)", con);
1275 LOG_API("nLightBegin, con(%p)", con);
1283 LOG_API("nLightSetIsMono, con(%p), isMono(%i)", con, isMono);
1291 LOG_API("nLightSetIsLocal, con(%p), isLocal(%i)", con, isLocal);
1299 LOG_API("nLightCreate, con(%p)", con);
1307 LOG_API("nLightSetColor, con(%p), light(%p), r(%f), g(%f), b(%f)", con, (RsLight)light, r, g, b);
1315 LOG_API("nLightSetPosition, con(%p), light(%p), x(%f), y(%f), z(%f)", con, (RsLight)light, x, y, z);
1326 LOG_API("nSimpleMeshCreate, con(%p), batchID(%i), indexID(%i), vtxIDs.len(%i), primID(%i)",
1338 LOG_API("nSimpleMeshBindVertex, con(%p), SimpleMesh(%p), Alloc(%p), slot(%i)", con, (RsSimpleMesh)s, (RsAllocation)alloc, slot);
1346 LOG_API