Lines Matching refs:objects_ptr
6313 NonRenderableInternalformatSupportObjects* objects_ptr);
6697 * @param objects_ptr Deref where generated object ids are stored
6704 NonRenderableInternalformatSupportObjects* objects_ptr)
6991 if (objects_ptr == NULL)
7033 gl.useProgram(objects_ptr->program_object_id);
7035 if (!setUniformValues(objects_ptr->src_2D_texture_uniform_location, src_2D_texture_attachment,
7036 objects_ptr->src_2DArray_texture_uniform_location,
7037 src_2DArray_texture_attachment, objects_ptr->src_3D_texture_uniform_location,
7038 src_3D_texture_attachment, objects_ptr->src_Cube_texture_uniform_location,
7039 src_Cube_texture_attachment, objects_ptr->dst_2D_texture_uniform_location,
7040 dst_2D_texture_attachment, objects_ptr->dst_Cube_texture_uniform_location,
7042 objects_ptr->channels_to_compare_uniform_location, channels_to_compare,
7043 objects_ptr->samplers_to_use_uniform_location, samplers_to_use))
7052 objects_ptr->comparison_result_buffer_object_id);
7054 objects_ptr->src_texture_pixels_buffer_object_id);
7056 objects_ptr->dst_texture_pixels_buffer_object_id);
7125 copyDataFromBufferObject(objects_ptr->comparison_result_buffer_object_id,
7127 copyDataFromBufferObject(objects_ptr->src_texture_pixels_buffer_object_id, copied_src_texture_data);
7128 copyDataFromBufferObject(objects_ptr->dst_texture_pixels_buffer_object_id, copied_dst_texture_data);
8934 * @param objects_ptr Deref will be used for storing generated object ids. Cannot be NULL.