Searched refs:cldata (Results 1 – 2 of 2) sorted by relevance
/external/emma/core/java12/com/vladium/emma/report/ |
D | ClassItem.java | 117 final IntObjectMap /* line -> int[2] */ cldata = new IntObjectMap (); in getAggregate() local 138 int [] data = (int []) cldata.get (mline); in getAggregate() 142 cldata.put (mline, data); in getAggregate() 167 aggregates [TOTAL_LINE_COUNT] = cldata.size (); in getAggregate() 172 final int [] clines = cldata.keys (); in getAggregate() 176 final int [] data = (int []) cldata.get (cline); in getAggregate()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_2D.cpp | 455 void* cldata = malloc( channelSize * 4 * imageWidth * imageHeight ); in test_cl_image_write() local 456 clEnqueueReadImage( queue, clImage, 1, origin, region, 0, 0, cldata, 0, 0, 0); in test_cl_image_write() 458 DumpGLBuffer(GetGLTypeForExplicitType(*outType), imageWidth, imageHeight, cldata); in test_cl_image_write() 460 free(cldata); in test_cl_image_write()
|