示例#1
0
 public extern static ComputeErrorCode GetGLTextureInfo(
     CLMemoryHandle memobj,
     ComputeGLTextureInfo param_name,
     IntPtr param_value_size,
     IntPtr param_value,
     out IntPtr param_value_size_ret);
示例#2
0
 public static extern ComputeErrorCode GetGLTextureInfo(
     CLMemoryHandle memobj,
     ComputeGLTextureInfo param_name,
     IntPtr param_value_size,
     IntPtr param_value,
     out IntPtr param_value_size_ret);
示例#3
0
 public static unsafe extern ComputeErrorCode GetGLTextureInfo(
     IntPtr memobj,
     ComputeGLTextureInfo param_name,
     IntPtr param_value_size,
     IntPtr param_value,
     IntPtr* param_value_size_ret);
示例#4
0
 public ComputeErrorCode GetGLTextureInfo(CLMemoryHandle memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret)
 {
     return StaticGetGLTextureInfo(memobj, param_name, param_value_size, param_value, out param_value_size_ret);
 }
示例#5
0
 ComputeErrorCode ICL10.GetGLTextureInfo(CLMemoryHandle memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size,
                                         IntPtr param_value, out IntPtr param_value_size_ret)
 {
     return(GetGLTextureInfo(memobj, param_name, param_value_size, param_value, out param_value_size_ret));
 }