Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Daccelerate.c1011 *inputPixels; in ComputeContrastStretchImage() local
1020 inputPixels = NULL; in ComputeContrastStretchImage()
1063 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeContrastStretchImage()
1065 if (inputPixels == (void *) NULL) in ComputeContrastStretchImage()
1073 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1083 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1356 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1366 …>clCreateBuffer(context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1429 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1437 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeContrastStretchImage()
[all …]
/external/skia/tests/
DProcessorTest.cpp911 std::vector<GrColor> inputPixels = make_input_pixels(kRenderSize, kRenderSize, 0.0f); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
913 make_input_texture(context, kRenderSize, kRenderSize, inputPixels.data()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()