63 #ifndef TIVX_SAMPLE_KERNELS_H_ 64 #define TIVX_SAMPLE_KERNELS_H_ 67 #include <VX/vx_kernels.h> 90 #define TIVX_MODULE_NAME_SAMPLE "sample" 108 #define TIVX_KERNEL_OPENGL_MOSAIC_NAME "com.ti.sample.opengl_mosaic" 119 #define TIVX_KERNEL_OPENGL_MOSAIC_TYPE_1x1 (0) 122 #define TIVX_KERNEL_OPENGL_MOSAIC_TYPE_2x2 (1) void tivxSampleUnLoadKernels(vx_context context)
Used for the Application to unload the sample kernels from the context.
void tivxSamplePrintPerformance(vx_perf_t performance, uint32_t numPixels, const char *testName)
Used to print the performance of the kernels.
void tivxSampleLoadKernels(vx_context context)
Used for the Application to load the sample kernels into the context.
OpenGL Mosaic Node parameters.
Definition: tivx_sample_kernels.h:127
uint32_t renderType
Definition: tivx_sample_kernels.h:129