Package org.lwjgl.opencl
Class INTELSharingFormatQuery
java.lang.Object
org.lwjgl.opencl.INTELSharingFormatQuery
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
clGetSupportedGLTextureFormatsINTEL
(long context, long flags, int image_type, int @Nullable [] gl_formats, int @Nullable [] num_texture_formats) cl_int clGetSupportedGLTextureFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, GLenum * gl_formats, cl_uint * num_texture_formats)
static int
clGetSupportedGLTextureFormatsINTEL
(long context, long flags, int image_type, @Nullable IntBuffer gl_formats, @Nullable IntBuffer num_texture_formats) cl_int clGetSupportedGLTextureFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, GLenum * gl_formats, cl_uint * num_texture_formats)
static int
clGetSupportedVA_APIMediaSurfaceFormatsINTEL
(long context, long flags, int image_type, int plane, @Nullable PointerBuffer va_api_formats, int @Nullable [] num_surface_formats) cl_int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint plane, cl_uint num_entries, VAImageFormat * va_api_formats, cl_uint * num_surface_formats)
static int
clGetSupportedVA_APIMediaSurfaceFormatsINTEL
(long context, long flags, int image_type, int plane, @Nullable PointerBuffer va_api_formats, @Nullable IntBuffer num_surface_formats) cl_int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint plane, cl_uint num_entries, VAImageFormat * va_api_formats, cl_uint * num_surface_formats)
static int
nclGetSupportedGLTextureFormatsINTEL
(long context, long flags, int image_type, int num_entries, long gl_formats, long num_texture_formats) cl_int clGetSupportedGLTextureFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, GLenum * gl_formats, cl_uint * num_texture_formats)
static int
nclGetSupportedVA_APIMediaSurfaceFormatsINTEL
(long context, long flags, int image_type, int plane, int num_entries, long va_api_formats, long num_surface_formats) cl_int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint plane, cl_uint num_entries, VAImageFormat * va_api_formats, cl_uint * num_surface_formats)
-
Method Details
-
nclGetSupportedGLTextureFormatsINTEL
public static int nclGetSupportedGLTextureFormatsINTEL(long context, long flags, int image_type, int num_entries, long gl_formats, long num_texture_formats) cl_int clGetSupportedGLTextureFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, GLenum * gl_formats, cl_uint * num_texture_formats)
-
clGetSupportedGLTextureFormatsINTEL
public static int clGetSupportedGLTextureFormatsINTEL(long context, long flags, int image_type, @Nullable IntBuffer gl_formats, @Nullable IntBuffer num_texture_formats) cl_int clGetSupportedGLTextureFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, GLenum * gl_formats, cl_uint * num_texture_formats)
-
nclGetSupportedVA_APIMediaSurfaceFormatsINTEL
public static int nclGetSupportedVA_APIMediaSurfaceFormatsINTEL(long context, long flags, int image_type, int plane, int num_entries, long va_api_formats, long num_surface_formats) cl_int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint plane, cl_uint num_entries, VAImageFormat * va_api_formats, cl_uint * num_surface_formats)
-
clGetSupportedVA_APIMediaSurfaceFormatsINTEL
public static int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(long context, long flags, int image_type, int plane, @Nullable PointerBuffer va_api_formats, @Nullable IntBuffer num_surface_formats) cl_int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint plane, cl_uint num_entries, VAImageFormat * va_api_formats, cl_uint * num_surface_formats)
-
clGetSupportedGLTextureFormatsINTEL
public static int clGetSupportedGLTextureFormatsINTEL(long context, long flags, int image_type, int @Nullable [] gl_formats, int @Nullable [] num_texture_formats) cl_int clGetSupportedGLTextureFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, GLenum * gl_formats, cl_uint * num_texture_formats)
-
clGetSupportedVA_APIMediaSurfaceFormatsINTEL
public static int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(long context, long flags, int image_type, int plane, @Nullable PointerBuffer va_api_formats, int @Nullable [] num_surface_formats) cl_int clGetSupportedVA_APIMediaSurfaceFormatsINTEL(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint plane, cl_uint num_entries, VAImageFormat * va_api_formats, cl_uint * num_surface_formats)
-