Home
last modified time | relevance | path

Searched refs:CLImage2DArray (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_memory.h241 class CLImage2DArray
245 explicit CLImage2DArray (
251 ~CLImage2DArray () {} in ~CLImage2DArray()
259 XCAM_DEAD_COPY (CLImage2DArray);
Dcl_memory.cpp606 CLImage2DArray::CLImage2DArray ( in CLImage2DArray() function in XCam::CLImage2DArray
632 bool CLImage2DArray::init_image_2d_array ( in init_image_2d_array()
Dcl_context.h55 friend class CLImage2DArray; variable
Dcl_image_bo_buffer.cpp112 image = new CLImage2DArray (_context, info, CL_MEM_READ_WRITE, extra_array_size); in create_image_bo()